PHPackages                             activecollab/qbo-wrapper - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. activecollab/qbo-wrapper

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

activecollab/qbo-wrapper
========================

Quickbooks online API wrapper

2.1.0(9mo ago)1559.6k↓48.3%12MITPHPPHP &gt;=8.0CI failing

Since Nov 26Pushed 9mo ago10 watchersCompare

[ Source](https://github.com/activecollab/quickbooks)[ Packagist](https://packagist.org/packages/activecollab/qbo-wrapper)[ RSS](/packages/activecollab-qbo-wrapper/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (4)Versions (24)Used By (0)

\#Quickbooks

[![Build Status](https://camo.githubusercontent.com/166870a0f75b78b64dd2472e4614386948216450fe53d7a4149487ba72387549/68747470733a2f2f7472617669732d63692e6f72672f616374697665636f6c6c61622f717569636b626f6f6b732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/activecollab/quickbooks)

Usage
-----

[](#usage)

### Authentication

[](#authentication)

```
$quickbooks = new ActiveCollab\Quickbooks\Quickbooks([
    'identifier'    => 'example-consumer-key',
    'secret'        => 'example-consumer-key-secret',
    'callback_uri'  => 'http://example.com'
]);
```

### Sandbox

[](#sandbox)

```
$sandbox = new ActiveCollab\Quickbooks\Sandbox(
    'example-consumer-key',
    'example-consumer-key-secret',
    'example-access-token',
    'example-access-token-secret',
    'example-realmId'
);
```

### Querying API

[](#querying-api)

```
$dataService = new ActiveCollab\Quickbooks\DataService(
    'example-consumer-key',
    'example-consumer-key-secret',
    'example-access-token',
    'example-access-token-secret',
    'example-realmId'
);
```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance55

Moderate activity, may be stable

Popularity40

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 86.1% 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 ~170 days

Recently: every ~535 days

Total

22

Last Release

297d ago

Major Versions

1.1.4 → 2.02019-10-24

PHP version history (4 changes)1.0.0PHP &gt;=5.5.0

1.0.4PHP &gt;=5.4.0

2.0PHP &gt;=7.1

2.1.0PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/729914?v=4)[Ilija Studen](/maintainers/ilijastuden)[@ilijastuden](https://github.com/ilijastuden)

---

Top Contributors

[![petarslavnic](https://avatars.githubusercontent.com/u/1445754?v=4)](https://github.com/petarslavnic "petarslavnic (31 commits)")[![ilijastuden](https://avatars.githubusercontent.com/u/729914?v=4)](https://github.com/ilijastuden "ilijastuden (4 commits)")[![markodobric](https://avatars.githubusercontent.com/u/15328391?v=4)](https://github.com/markodobric "markodobric (1 commits)")

---

Tags

oauthentityoauth1quickbooksquery response

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/activecollab-qbo-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/activecollab-qbo-wrapper/health.svg)](https://phpackages.com/packages/activecollab-qbo-wrapper)
```

###  Alternatives

[hwi/oauth-bundle

Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony.

2.4k22.3M81](/packages/hwi-oauth-bundle)[league/oauth1-client

OAuth 1.0 Client Library

996110.3M120](/packages/league-oauth1-client)[and/oauth

Simple and amazing OAuth library with many providers. Just try it out!

4645.3k2](/packages/and-oauth)[risan/oauth1

OAuth 1.0 client library for PHP

15177.6k](/packages/risan-oauth1)

PHPackages © 2026

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