brokeyourbike/zenith-bank-cib-api-client

Zenith Bank API Client for PHP (Corporate Internet Banking)

Fund package maintenance!
brokeyourbike
Open Collective

Installs: 243

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

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

0.7.2 2025-11-27 20:03 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