brokeyourbike / zenith-bank-cib-api-client
Zenith Bank API Client for PHP (Corporate Internet Banking)
Fund package maintenance!
brokeyourbike
Open Collective
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