julianbustamante / plaid-client
PHP API Client for Plaid.com
Installs: 11
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/julianbustamante/plaid-client
Requires
- php: ~7.1
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- phpunit/phpunit: >=7.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2025-10-05 21:36:32 UTC
README
PHP Client for the plaid.com API
Install
Via Composer
$ composer require JulianBustamante/plaid-client
Usage
try { $plaid = new Plaid($client_id, $secret, $environment); $response = $plaid->exchange($public_token); } catch (PlaidException $e) { // Handle }
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email julian.bustamante@pixelula.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.