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

1.0.1 2019-02-04 19:31 UTC

This package is auto-updated.

Last update: 2025-10-05 21:36:32 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.