zao-web / qbo-connect
Helper class for connecting to Quickbooks Online over OAuth.
v0.1.3
2017-11-07 20:09 UTC
Requires
- php: >5.3
- quickbooks/v3-php-sdk: ^3.3
This package is not auto-updated.
Last update: 2024-11-07 08:49:19 UTC
README
A tool for connecting to the Quickbooks Online via OAuth. This library is a WordPress wrapper for the QuickBooks API PHP SDK combined with an Oauth connection tool.
To use this library, you will need to run composer install
from the root of the library, and then include the main library file, qbo-connect.php
from your plugin/theme.
Review example.php
for example usage.
If you would like to have a UI for saving client keys and testing the connection, Check out the Quickbooks Online Connect UI.