zao-web/qbo-connect

Helper class for connecting to Quickbooks Online over OAuth.

v0.1.3 2017-11-07 20:09 UTC

This package is not auto-updated.

Last update: 2024-03-28 06:10:06 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.