Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

CraigChilds94/plaid-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c3dc44 · Nov 23, 2017

History

7 Commits
Nov 23, 2017
Nov 23, 2017
Nov 23, 2017
Jul 16, 2017
Nov 23, 2017
Apr 11, 2017
Nov 23, 2017
Nov 23, 2017
Nov 23, 2017
Jul 16, 2017

Repository files navigation

About Build Status

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.