brokeyourbike/zenith-bank-api-client

PHP版的Zenith Bank API客户端

0.4.0 2024-02-22 22:38 UTC

This package is auto-updated.

Last update: 2024-09-07 09:35:29 UTC


README

Latest Stable Version Total Downloads Maintainability Test Coverage

PHP版的Zenith Bank API客户端

安装

composer require brokeyourbike/zenith-bank-api-client

用法

use BrokeYourBike\ZenithBank\Client;
use BrokeYourBike\ZenithBank\Interfaces\ConfigInterface;

assert($config instanceof ConfigInterface);
assert($httpClient instanceof \GuzzleHttp\ClientInterface);
assert($psrCache instanceof \Psr\SimpleCache\CacheInterface);

$apiClient = new Client($config, $httpClient, $psrCache);
$apiClient->fetchAuthToken();

作者

许可

Mozilla公共许可证v2.0