PHPackages                             1tomany/oauth2-intuit - 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. 1tomany/oauth2-intuit

ActiveLibrary

1tomany/oauth2-intuit
=====================

Intuit OAuth2 provider for The PHP League OAuth2 Client package.

v1.0.1(1y ago)08MITPHPPHP &gt;=8.3

Since Nov 19Pushed 1y ago2 watchersCompare

[ Source](https://github.com/1tomany/oauth2-intuit)[ Packagist](https://packagist.org/packages/1tomany/oauth2-intuit)[ RSS](/packages/1tomany-oauth2-intuit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Intuit Provider for OAuth 2.0 Client
====================================

[](#intuit-provider-for-oauth-20-client)

This package provides Intuit OAuth 2.0 support for The PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

Installation
------------

[](#installation)

```
composer require 1tomany/oauth2-intuit

```

Usage
-----

[](#usage)

Usage is the similar to [The PHP League's OAuth 2.0 Client](https://oauth2-client.thephpleague.com/usage/), using `\OneToMany\OAuth2\Client\Provider\Intuit` as the provider.

```
$provider = new \OneToMany\OAuth2\Client\Provider\Intuit([
    'clientId' => 'intuit-client-id',
    'clientSecret' => 'intuit-client-secret',
    'redirectUri' => 'https://example.com/oauth/connect'
]);
```

The provider will use `com.intuit.quickbooks.accounting` as the default scope if the `scopes` key is not provided as part of the constructor parameters.

Testing
-------

[](#testing)

```
./vendor/bin/phpunit
```

Credits
-------

[](#credits)

- [Vic Cherubini](https://github.com/viccherubini), [1:N Labs, LLC](https://1tomany.com)

License
-------

[](#license)

The MIT License

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

2

Last Release

538d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4871f120e982df7aeb48003aadb2484606a34329e4946570f48f9be3e2138aec?d=identicon)[viccherubini](/maintainers/viccherubini)

---

Top Contributors

[![viccherubini](https://avatars.githubusercontent.com/u/60762?v=4)](https://github.com/viccherubini "viccherubini (18 commits)")

---

Tags

oauth2quickbooksintuit

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/1tomany-oauth2-intuit/health.svg)

```
[![Health](https://phpackages.com/badges/1tomany-oauth2-intuit/health.svg)](https://phpackages.com/packages/1tomany-oauth2-intuit)
```

###  Alternatives

[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[knpuniversity/oauth2-client-bundle

Integration with league/oauth2-client to provide services

83416.7M61](/packages/knpuniversity-oauth2-client-bundle)[thenetworg/oauth2-azure

Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2509.6M48](/packages/thenetworg-oauth2-azure)[stevenmaguire/oauth2-keycloak

Keycloak OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2275.9M27](/packages/stevenmaguire-oauth2-keycloak)[consolibyte/quickbooks

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

472630.5k2](/packages/consolibyte-quickbooks)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1132.5M6](/packages/patrickbussmann-oauth2-apple)

PHPackages © 2026

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