brokeyourbike/bancore-api-client

PHP Bancore API 客户端

0.3.2 2023-05-20 13:35 UTC

This package is auto-updated.

Last update: 2024-09-20 16:21:46 UTC


README

Latest Stable Version Total Downloads Maintainability Test Coverage

PHP Bancore API 客户端

安装

composer require brokeyourbike/bancore-api-client

使用

use BrokeYourBike\Bancore\Client;

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

作者

许可证

Mozilla Public License v2.0