julianbustamante/plaid-client

PHP API Client for Plaid.com

1.0.1 2019-02-04 19:31 UTC

This package is auto-updated.

Last update: 2024-05-05 18:33:06 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.