brokeyourbike / zenith-bank-cib-api-client
PHP Zenith Bank API 客户端(企业互联网银行)
资助包维护!
brokeyourbike
Open Collective
0.6.0
2024-04-19 14:01 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7
- guzzlehttp/psr7: ^2
- nesbot/carbon: ^2 || ^3
- php-http/guzzle7-adapter: ^1
- php-http/message: ^1
- phpro/soap-client: ^3
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9
README
PHP Zenith Bank API 客户端(企业互联网银行)
安装
composer require brokeyourbike/zenith-bank-cib-api-client
使用方法
use BrokeYourBike\ZenithBankCIB\Client; use BrokeYourBike\ZenithBankCIB\Interfaces\ConfigInterface; assert($config instanceof ConfigInterface); assert($httpClient instanceof \GuzzleHttp\ClientInterface); $client = new Client($config, $httpClient);
作者
- Ivan Stasiuk | Twitter | LinkedIn | stasi.uk