manifest / integrations / quickbooks-online-connect-ui
Quickbooks Online Connect UI
Quickbooks Online Connect UI for WordPress
by Zao · github.com/zao-web/quickbooks-online-connect-ui · website
★ 6stars
182composer installs
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/zao-web/quickbooks-online-connect-ui/archive/refs/heads/master.zipAlso on Packagist as zao-web/qbo-connect-ui:
composer require zao-web/qbo-connect-uiFrom the readme
Quickbooks Online Connect UI #
Description
Provides UI for connecting to Quickbooks Online over OAuth. This plugin is a UI wrapper for Quickbooks Online Connect (which is a WordPress wrapper for the QuickBooks API PHP SDK).
Once the connection is initated, you can use the underlying connect library. View this plugin's example file or the connect library's example file.
Installation
Manual Installation
1. Upload the entire /quickbooks-online-connect-ui directory or clone this repository to the /wp-content/plugins/ directory.
2. Run composer install inside the /wp-content/plugins/quickbooks-online-connect-ui directory.
3. Activate Quickbooks Online Connect UI through the 'Plugins' menu in WordPress.
4. Update the connection settings.
Screenshots
1. Settings Page - Waiting for Client ID/Secret for connection
2. After settings are saved, OAuth authorization begins with the QuickBooks server.
3. Settings page after successful authentication
4