Skip to content

Repository files navigation

providus-bank-api-client

Latest Stable Version Total Downloads

Providus Bank API Client for PHP

Installation

composer require brokeyourbike/providus-bank-api-client

Usage

use BrokeYourBike\ProvidusBank\Client;
use BrokeYourBike\ProvidusBank\Interfaces\ConfigInterface;

assert($config instanceof ConfigInterface);
assert($httpClient instanceof \GuzzleHttp\ClientInterface);

$apiClient = new Client($config, $httpClient);
$apiClient->fetchAccount('12345');

Authors

License

Mozilla Public License v2.0

Releases

Sponsor this project

Packages

Used by

Contributors

Languages