craigchilds94 / plaid-php
Un-Official PHP SDK for Plaid
1.0.0
2017-11-23 11:07 UTC
Requires
- php: ^7.1
- mashape/unirest-php: ^3.0
Requires (Dev)
- phpunit/phpunit: ^6.2
- vlucas/phpdotenv: ^2.4
This package is auto-updated.
Last update: 2024-10-29 04:42:13 UTC
README
This is an unofficial http://plaid.com PHP SDK. It doesn't cover the entire API (yet) but it provides the interface to communicate with Plaid and do some basic functions.
Testing
Please rename .env.example
to .env.testing
and populate it with your real-keys to run the test suite.
To run the test suite ensure that your composer dependencies are installed composer install
and run phpunit
in the root of the project.