brokeyourbike/interswitch-api-client
最新稳定版本:0.1.4
Composer 安装命令:
composer require brokeyourbike/interswitch-api-client
包简介
Interswitch API Client for PHP
README 文档
README
Interswitch API Client for PHP
Installation
composer require brokeyourbike/interswitch-api-client
Usage
use BrokeYourBike\Interswitch\Client; use BrokeYourBike\Interswitch\Interfaces\ConfigInterface; assert($config instanceof ConfigInterface); assert($httpClient instanceof \GuzzleHttp\ClientInterface); assert($psrCache instanceof \Psr\SimpleCache\CacheInterface); $apiClient = new Client($config, $httpClient, $psrCache); $apiClient->getAuthToken();
Authors
- Ivan Stasiuk | Twitter | LinkedIn | stasi.uk
License
统计信息
- 总下载量: 82
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2024-08-07