Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.25 KB

bancore-api-client

Latest Stable Version Total Downloads Maintainability Test Coverage

Bancore API Client for PHP

Installation

composer require brokeyourbike/bancore-api-client

Usage

use BrokeYourBike\Bancore\Client;

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

Authors

License

Mozilla Public License v2.0