zao-web/qbo-connect

Helper class for connecting to Quickbooks Online over OAuth.


Keywords
json, wordpress, wp-api
License
GPL-2.0+

Documentation

Quickbooks Online Connect

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.