joshideas/qbosdk3260

PHP library that connects to QuickBooks Online.

dev-master / 1.x-dev 2018-02-17 19:55 UTC

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:

Installing

Drupal 7

/sites/all/libraries/qbosdk3260

Drupal 8

/libraries/qbosdk3260

or

composer require drupal/ji_quickbooks

Authors

  • Intuit.com - Initial work - Intuit
  • JoshIdeas.com - Minor modifications and improvements - JoshIdeas

License

This project is licensed under the MIT License - see the LICENSE.md file for details