brokeyourbike/zenith-bank-cib-api-client

Zenith Bank API Client for PHP (Corporate Internet Banking)

Fund package maintenance!
brokeyourbike
Open Collective

Installs: 212

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/brokeyourbike/zenith-bank-cib-api-client

0.7.1 2025-09-25 15:46 UTC

This package is auto-updated.

Last update: 2025-09-25 15:46:34 UTC


README

Latest Stable Version Total Downloads Maintainability Test Coverage

Zenith Bank API Client for PHP (Corporate Internet Banking)

Installation

composer require brokeyourbike/zenith-bank-cib-api-client

Usage

use BrokeYourBike\ZenithBankCIB\Client;
use BrokeYourBike\ZenithBankCIB\Interfaces\ConfigInterface;

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

$client = new Client($config, $httpClient);

Authors