brokeyourbike/tsehay-bank-api-client

PHP版本的Tsehay银行API客户端

0.3.0 2023-08-22 21:39 UTC

This package is auto-updated.

Last update: 2024-09-23 00:02:41 UTC


README

Latest Stable Version Total Downloads Maintainability Test Coverage

PHP版本的Tsehay银行API客户端

安装

composer require brokeyourbike/tsehay-bank-api-client

使用

use BrokeYourBike\TsehayBank\Client;
use BrokeYourBike\TsehayBank\Interfaces\ConfigInterface;

assert($config instanceof ConfigInterface);
assert($httpClient instanceof \GuzzleHttp\ClientInterface);

$apiClient = new Client($config, $httpClient);

作者

许可证

Mozilla公共许可证v2.0