brokeyourbike/mobifin-api-client

Mobifin API Client for PHP

Maintainers

Package info

github.com/brokeyourbike/mobifin-api-client-php

pkg:composer/brokeyourbike/mobifin-api-client

Fund package maintenance!

brokeyourbike

Open Collective

Statistics

Installs: 65

Dependents: 0

Suggesters: 0

Stars: 0

0.1.1 2023-05-14 22:01 UTC

This package is auto-updated.

Last update: 2026-02-20 17:49:51 UTC


README

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