Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brokeyourbike/zenith-bank-cib-api-client-php

Zenith Bank API Client for PHP (Corporate Internet Banking)
https://github.com/brokeyourbike/zenith-bank-cib-api-client-php

api api-client-go hacktoberfest nigeria-api php php8 zenith-bank zenithbank

Last synced: 2 days ago
JSON representation

Zenith Bank API Client for PHP (Corporate Internet Banking)

Awesome Lists containing this project

README

        

# zenith-bank-cib-api-client

[![Latest Stable Version](https://img.shields.io/github/v/release/brokeyourbike/zenith-bank-cib-api-client-php)](https://github.com/brokeyourbike/zenith-bank-cib-api-client-php/releases)
[![Total Downloads](https://poser.pugx.org/brokeyourbike/zenith-bank-cib-api-client/downloads)](https://packagist.org/packages/brokeyourbike/zenith-bank-cib-api-client)
[![Maintainability](https://api.codeclimate.com/v1/badges/06e6f430434ed2f85f46/maintainability)](https://codeclimate.com/github/brokeyourbike/zenith-bank-cib-api-client-php/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/06e6f430434ed2f85f46/test_coverage)](https://codeclimate.com/github/brokeyourbike/zenith-bank-cib-api-client-php/test_coverage)

Zenith Bank API Client for PHP (Corporate Internet Banking)

## Installation

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

## Usage

```php
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](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)