zao-web / qbo-connect-ui
Provides UI for connecting to Quickbooks Online over OAuth.
Installs: 180
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 7
Forks: 2
Type:wordpress-plugin
Requires
- php: >5.3
- webdevstudios/cmb2: dev-master
- zao-web/qbo-connect: dev-master
This package is not auto-updated.
Last update: 2024-10-27 04:38:35 UTC
README
Contributors: Zao
Donate link: http://zao.is
Tags:
Requires at least: 4.7.0
Tested up to: 4.7.3
Stable tag: 0.2.7
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
- Upload the entire
/quickbooks-online-connect-ui
directory or clone this repository to the/wp-content/plugins/
directory. - Run
composer install
inside the/wp-content/plugins/quickbooks-online-connect-ui
directory. - Activate Quickbooks Online Connect UI through the 'Plugins' menu in WordPress.
- Update the connection settings.