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

ActiveLibrary[API Development](/categories/api)

oldtimeguitarguy/plaid
======================

PHP Plaid API Client with some Laravel extras

v2.0.12(9y ago)62.0k6[1 issues](https://github.com/oldtimeguitarguy/plaid/issues)MITPHP

Since Jul 24Pushed 9y ago4 watchersCompare

[ Source](https://github.com/oldtimeguitarguy/plaid)[ Packagist](https://packagist.org/packages/oldtimeguitarguy/plaid)[ RSS](/packages/oldtimeguitarguy-plaid/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (16)Used By (0)

PHP Plaid API Client
====================

[](#php-plaid-api-client)

> *with Laravel extras*

This is a fairly robust set of classes that attempts to adhere strictly to the [Plaid API documentation](https://plaid.com/docs/api).

---

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

[](#installation)

`composer require oldtimeguitarguy/plaid`

### *Laravel Only*

[](#laravel-only)

> Just to reiterate... **LARAVEL IS NOT REQUIRED TO USE THIS API CLIENT**

1. Add the following line to `config/app.php@providers`: `OldTimeGuitarGuy\Plaid\Laravel\PlaidServiceProvider::class,`
2. For facade access, add the following line to `config/app.php@aliases`: `'Plaid' => OldTimeGuitarGuy\Plaid\Laravel\PlaidFacade::class,`
3. Run `php artisan vendor:publish`
4. Reference the config file copied to `config/plaid.php`

USAGE
-----

[](#usage)

> I still need to write usage instructions. In the meantime, please reference the tests. Everything should be fairly straight-forward.
>
> **ALSO**, check out my response to [this issue question](https://github.com/oldtimeguitarguy/plaid/issues/1)

TESTS
-----

[](#tests)

```
AuthService
 [x] Add user
 [x] User step
 [x] Update user
 [x] Delete user
 [x] Get data

BalanceService
 [x] Get balance

CategoriesService
 [x] Get all categories
 [x] Get category by id

ConnectService
 [x] Add user
 [x] User step
 [x] Update user
 [x] Delete user
 [x] Get data

IncomeService
 [x] Add user
 [x] User step
 [x] Update user
 [x] Delete user
 [x] Get data

InfoService
 [x] Add user
 [x] User step
 [x] Update user
 [x] Delete user
 [x] Get data

InstitutionsService
 [x] Get all institutions
 [x] Get institution by type
 [x] Get institution by id
 [x] Search institutions
 [x] Search institutions by id
 [x] Get longtail institutions

PlaidExceptionResponse
 [x] Bad requests throw plaid request exception
 [x] Plaid request exception provides plaid response

Response
 [x] Iterate through arrayable top level contents

RiskService
 [x] Add user
 [x] User step
 [x] Update user
 [x] Delete user
 [x] Get data

UpgradeService
 [x] Upgrade user

```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~0 days

Total

15

Last Release

3624d ago

Major Versions

v1.1.0 → v2.0.02016-07-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/71b10d228fd9de25aebbdd68dd046f30891b73db996198131160d4e20555105c?d=identicon)[oldtimeguitarguy](/maintainers/oldtimeguitarguy)

---

Top Contributors

[![karlhepler](https://avatars.githubusercontent.com/u/791071?v=4)](https://github.com/karlhepler "karlhepler (4 commits)")[![martin-song-ck](https://avatars.githubusercontent.com/u/7536054?v=4)](https://github.com/martin-song-ck "martin-song-ck (1 commits)")

---

Tags

api-clientlaravelplaid

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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