julianbustamante/plaid-client
Composer 安装命令:
composer require julianbustamante/plaid-client
包简介
PHP API Client for Plaid.com
关键字:
README 文档
README
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.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-22