brokeyourbike/parallex-bank-api-client

PHP的Parallex Bank API客户端

0.2.0 2023-08-16 22:51 UTC

This package is auto-updated.

Last update: 2024-09-17 01:02:09 UTC


README

Latest Stable Version Total Downloads Maintainability Test Coverage

PHP的Parallex Bank API客户端

安装

composer require brokeyourbike/parallex-bank-api-client

用法

use BrokeYourBike\ParallexBank\Client;
use BrokeYourBike\ParallexBank\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();

作者

许可证

Mozilla公共许可证v2.0