PHPackages                             beanworks/quickbooks-online-v3-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. beanworks/quickbooks-online-v3-sdk

ActiveLibrary[API Development](/categories/api)

beanworks/quickbooks-online-v3-sdk
==================================

QBO v3 API SDK for PHP. Supported and used by BeanworksAP.

4.0.0(7y ago)1340.4k6[1 PRs](https://github.com/beanworks/quickbooks-online-v3-sdk/pulls)MITPHPPHP &gt;=7.0

Since Apr 29Pushed 7y ago6 watchersCompare

[ Source](https://github.com/beanworks/quickbooks-online-v3-sdk)[ Packagist](https://packagist.org/packages/beanworks/quickbooks-online-v3-sdk)[ Docs](https://beanworks.com)[ RSS](/packages/beanworks-quickbooks-online-v3-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (9)Used By (0)

PHP SDK for QuickBooks V3
=========================

[](#php-sdk-for-quickbooks-v3)

[![Build Status](https://camo.githubusercontent.com/37ac9a79e5e516aadb7c23fd3a5e9d7528a15037476b491f1d5e37294ddb5a30/68747470733a2f2f6170692e7472617669732d63692e6f72672f6265616e776f726b732f717569636b626f6f6b732d6f6e6c696e652d76332d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/beanworks/quickbooks-online-v3-sdk)

The PHP SDK for QuickBooks v3 is set of PHP classes that make it easier to call QuickBooks APIs. Some of the features included in this SDK are as follows:

- Ability to perform single and batch processing of CRUD operations on all supported QuickBooks entities.
- Support for XML Request and Response format.
- Ability to configure app settings in the configuration file requiring no additional code change.
- Support for Gzip and Deflate compression formats to improve performance of QuickBooks API calls.
- Logging mechanisms for trace and request/response.
- Query Filters that enable you to retrieve QuickBooks entities whose properties meet specified criteria.
- Sparse Update to update writable properties specified in a request and leave the others unchanged.
- Change data that enables you to retrieve a list of entities modified during specified time points.

Getting Started
---------------

[](#getting-started)

This repository contains both [original QBO SDK code](https://github.com/beanworks/quickbooks-online-v3-sdk/tree/intuit) and [Beanworks patched version](https://github.com/beanworks/quickbooks-online-v3-sdk/tree/beanworks).

#### Clone with Git

[](#clone-with-git)

```
$ git clone git@github.com:beanworks/quickbooks-online-v3-sdk.git
```

#### Install with [Composer](https://getcomposer.org/)

[](#install-with-composer)

```
$ wget http://getcomposer.org/composer.phar
# Install [beanworks/quickbooks-online-v3-sdk] from master branch
$ php composer.phar require beanworks/quickbooks-online-v3-sdk:dev-master
# Install Beanworks patched version
$ php composer.phar require beanworks/quickbooks-online-v3-sdk:3.2.0
# Install Intuit's original version
$ php composer.phar require beanworks/quickbooks-online-v3-sdk:2.5.0
```

#### Unit Test

[](#unit-test)

Check out a fresh copy of the QBO SDK, get composer and install dependencies, and then run the tests with PHPUnit.

```
$ git clone git@github.com:beanworks/quickbooks-online-v3-sdk.git
$ cd quickbooks-online-v3-sdk
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install
$ ./phpunit
```

BeanworksAP
-----------

[](#beanworksap)

[BeanworksAP](https://beanworks.com) proudly integrates with QuickBooks Online, QuickBooks Desktop and a number of different ERP systems.

Beanworks Solutions Inc.
------------------------

[](#beanworks-solutions-inc)

**Automate your Accounts Payable with Beanworks**

BeanWorksAP is a cloud-based, automated accounts payable solution that you use via a secure Internet connection. There is no need to commit to and purchase a software package, have it configured, installed, and maintained by an IT department — we offer simple, subscription-based pricing and easy setup with no long term contract to sign.

- Work anywhere with access to your data from any device
- Regular seamless upgrades with new features
- Information is safe, secure and backed-up regularly
- Super-responsive and knowledgeable customer support

Copyright © 2019 [Beanworks Solutions Inc.](https://beanworks.com/)

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~340 days

Total

5

Last Release

2672d ago

Major Versions

2.0.5 → 3.0.02015-04-30

3.2.0 → 4.0.02019-01-18

PHP version history (2 changes)2.0.5PHP &gt;=5.3

3.2.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/630381f45b423da2278853f6c98f10e7ff9e1356c911cc7b9c3dc9cb05198278?d=identicon)[PHPLOVER1997](/maintainers/PHPLOVER1997)

![](https://www.gravatar.com/avatar/445232e72d50cc3078486d6a414d0b7775f7a42645ff99fc16fa9fffa4f3c1de?d=identicon)[waltzofpearls](/maintainers/waltzofpearls)

---

Top Contributors

[![rolliema](https://avatars.githubusercontent.com/u/11188704?v=4)](https://github.com/rolliema "rolliema (21 commits)")[![leimd](https://avatars.githubusercontent.com/u/5065625?v=4)](https://github.com/leimd "leimd (3 commits)")[![waltzofpearls](https://avatars.githubusercontent.com/u/965430?v=4)](https://github.com/waltzofpearls "waltzofpearls (2 commits)")[![9ker](https://avatars.githubusercontent.com/u/16023438?v=4)](https://github.com/9ker "9ker (1 commits)")

---

Tags

quickbooksqbobeanworks

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/beanworks-quickbooks-online-v3-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/beanworks-quickbooks-online-v3-sdk/health.svg)](https://phpackages.com/packages/beanworks-quickbooks-online-v3-sdk)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[consolibyte/quickbooks

QuickBooks DevKit with support for Intuit Anywhere, Intuit Partner Platform, Web Connector, QuickBooks Merchant Services, and more.

472630.5k2](/packages/consolibyte-quickbooks)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[spinen/laravel-quickbooks-client

SPINEN's Laravel Client for QuickBooks.

4946.7k](/packages/spinen-laravel-quickbooks-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
