PHPackages                             julianbustamante/plaid-client - 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. julianbustamante/plaid-client

ActiveLibrary[API Development](/categories/api)

julianbustamante/plaid-client
=============================

PHP API Client for Plaid.com

1.0.1(7y ago)011MITPHPPHP ~7.1

Since Jan 22Pushed 7y agoCompare

[ Source](https://github.com/JulianBustamante/plaid-client)[ Packagist](https://packagist.org/packages/julianbustamante/plaid-client)[ Docs](https://github.com/julianbustamante/plaid-client)[ RSS](/packages/julianbustamante-plaid-client/feed)WikiDiscussions master Synced yesterday

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

plaid-client
============

[](#plaid-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6dbe70b1f29345e253d8cb4a496c9e47e2cafb270fb02adc3ef8f0fb1cbb6b5c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a756c69616e62757374616d616e74652f706c6169642d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/julianbustamante/plaid-client)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/5d59339a20796eca71bb269aa843dcbf0006063ef5d0dc3de5be1dcfee629b1b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4a756c69616e42757374616d616e74652f706c6169642d636c69656e742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.com/JulianBustamante/plaid-client)[![Coverage Status](https://camo.githubusercontent.com/ea3e8088173dded7b070042f630bce7b69f5dacfc980138bd8e73a6eded38cfb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a756c69616e62757374616d616e74652f706c6169642d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/julianbustamante/plaid-client/code-structure)[![Quality Score](https://camo.githubusercontent.com/40a479a402e7bc328665b72efdc636245d6b7fc16ea37a75c47818408a840a8e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a756c69616e62757374616d616e74652f706c6169642d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/julianbustamante/plaid-client)[![Total Downloads](https://camo.githubusercontent.com/74e3ac44d2d0f0643ac296e01b44008233369a235902810b8e064145fc5a1a67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a756c69616e62757374616d616e74652f706c6169642d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/julianbustamante/plaid-client)

PHP Client for the plaid.com API

Install
-------

[](#install)

Via Composer

```
$ composer require JulianBustamante/plaid-client
```

Usage
-----

[](#usage)

```
try {
    $plaid = new Plaid($client_id, $secret, $environment);
    $response = $plaid->exchange($public_token);
} catch (PlaidException $e) {
    // Handle
}
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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 ~12 days

Total

2

Last Release

2655d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a23e0b4243f4a26a21eff10c2326ea76bc91fe37d28bec25634d3c0ec3902d71?d=identicon)[JulianBustamante](/maintainers/JulianBustamante)

---

Tags

api-clientphpplaidapiplaidplaid-client

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/julianbustamante-plaid-client/health.svg)

```
[![Health](https://phpackages.com/badges/julianbustamante-plaid-client/health.svg)](https://phpackages.com/packages/julianbustamante-plaid-client)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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