brokeyourbike / zenith-bank-cib-api-client
This package is abandoned and no longer maintained.
No replacement package was suggested.
Zenith Bank API Client for PHP (Corporate Internet Banking)
Package info
github.com/brokeyourbike/zenith-bank-cib-api-client-php
pkg:composer/brokeyourbike/zenith-bank-cib-api-client
0.7.2
2025-11-27 20:03 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7
- guzzlehttp/psr7: ^2
- nesbot/carbon: ^2 || ^3
- php-http/guzzle7-adapter: ^1
- php-http/message: ^1
- phpro/soap-client: ^3
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9
README
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
- Ivan Stasiuk | Twitter | LinkedIn | stasi.uk