craigchilds94/plaid-php

Un-Official PHP SDK for Plaid

1.0.0 2017-11-23 11:07 UTC

This package is auto-updated.

Last update: 2024-03-29 03:07:04 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.