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

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

vizad/intuit
============

OAuth 1.0 Client for Intuit using The PHP League OAuth1-Client

v1.0(9y ago)020MITPHPPHP &gt;=5.4.0

Since Jul 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/vishnuprasadpg/oauth1-intuit)[ Packagist](https://packagist.org/packages/vizad/intuit)[ RSS](/packages/vizad-intuit/feed)WikiDiscussions master Synced 1mo ago

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

OAuth 1.0 Client for Intuit using The PHP League OAuth1-Client
==============================================================

[](#oauth-10-client-for-intuit-using-the-php-league-oauth1-client)

Install Via Composer
--------------------

[](#install-via-composer)

```
composer require vizad/intuit
```

Usage
-----

[](#usage)

```
define('QB_CUSTOMER_ID', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
define('QB_CUSTOMER_SECRET', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

$intuitClient = new Vizad\Intuit([
            'identifier'   => QB_CUSTOMER_ID,
            'secret'       => QB_CUSTOMER_SECRET,
            'callback_uri' => "CALLBACK_URI",
            'sandboxMode' => true
        ]);

$temporaryCredentials = $intuitClient->getTemporaryCredentials();
$_SESSION['temporary_credentials'] = serialize($temporaryCredentials);
$authurl = $intuitClient->getAuthorizationUrl($temporaryCredentials);

echo "Connect to Quickbooks Account";
```

#### Check out example directory for sample implementation

[](#check-out-example-directory-for-sample-implementation)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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

Unknown

Total

1

Last Release

3592d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8dc8e9b5c611e878c957c58f0a8d1735a145a34e81e98aafed96ff8412e03e4b?d=identicon)[vishnuprasad.pg](/maintainers/vishnuprasad.pg)

---

Top Contributors

[![vishnuasalta](https://avatars.githubusercontent.com/u/42537352?v=4)](https://github.com/vishnuasalta "vishnuasalta (12 commits)")[![vishnuprasadpg](https://avatars.githubusercontent.com/u/4576705?v=4)](https://github.com/vishnuprasadpg "vishnuprasadpg (1 commits)")

---

Tags

oauthoauth1quickbooksintuit

### Embed Badge

![Health badge](/badges/vizad-intuit/health.svg)

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

###  Alternatives

[hwi/oauth-bundle

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

2.4k21.5M68](/packages/hwi-oauth-bundle)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[activecollab/qbo-wrapper

Quickbooks online API wrapper

1556.7k](/packages/activecollab-qbo-wrapper)[and/oauth

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

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

OAuth 1.0 client library for PHP

15177.5k](/packages/risan-oauth1)

PHPackages © 2026

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