brokeyourbike / mobifin-api-client-php

MobiFin API Client for PHP

Home Page:https://panamaxil.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mobifin-api-client

Latest Stable Version Total Downloads Maintainability Test Coverage

Mobifin API Client for PHP

Installation

composer require brokeyourbike/mobifin-api-client

Usage

use BrokeYourBike\Mobifin\EncryptedClient;
use BrokeYourBike\Mobifin\Interfaces\EncryptedConfigInterface;
use BrokeYourBike\Mobifin\Interfaces\EncrypterInterface;

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

$apiClient = new Client($config, $encrypter, $httpClient);
$apiClient->getBalance();

Authors

License

Mozilla Public License v2.0

About

MobiFin API Client for PHP

https://panamaxil.com

License:Mozilla Public License 2.0


Languages

Language:PHP 100.0%