brokeyourbike/parallex-bank-api-client

Parallex Bank API Client for PHP

0.2.0 2023-08-16 22:51 UTC

This package is auto-updated.

Last update: 2024-05-17 00:21:15 UTC


README

Latest Stable Version Total Downloads Maintainability Test Coverage

Parallex Bank API Client for PHP

Installation

composer require brokeyourbike/parallex-bank-api-client

Usage

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

Authors

License

Mozilla Public License v2.0