joshideas / qbosdk3260
PHP library that connects to QuickBooks Online.
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2025-05-14 07:57:14 UTC
README
This SDK was adapted from the original work from QuickBooks programmers. I needed to rewrite parts of their work to disable some features, enable others, fix bugs, and allow it to work with Drupal 7 and Drupal 8.
Getting Started
Please contact https://joshideas.com using the form on the bottom of the page if you professional support or wish to submit a question.
Prerequisites
The JI QuickBooks module (https://www.drupal.org/project/ji_quickbooks). A QuickBooks Online account (https://qbo.intuit.com). Drupal 7 or Drupal 8's Ubercart or Commerce modules. Composer (https://getcomposer.org/) installed on the web server.
Additional requirements:
- PHP 5.3 or greater
- PECL OAuth (http://pecl.php.net/package/oauth)
Installing
Drupal 7
/sites/all/libraries/qbosdk3260
Drupal 8
/libraries/qbosdk3260
or
composer require drupal/ji_quickbooks
Authors
License
This project is licensed under the MIT License - see the LICENSE.md file for details