brokeyourbike/interswitch-api-client

PHP Interswitch API 客户端

0.1.4 2024-09-02 20:29 UTC

This package is auto-updated.

Last update: 2024-09-02 20:29:16 UTC


README

Latest Stable Version Total Downloads Maintainability Test Coverage

PHP Interswitch API 客户端

安装

composer require brokeyourbike/interswitch-api-client

用法

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();

作者

许可

BSD-3-Clause 许可证