Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brokeyourbike/uba-api-client-php
United Bank for Africa API Client for PHP
https://github.com/brokeyourbike/uba-api-client-php
api api-client api-client-php api-rest hacktoberfest nigeria-api php php8 uba united-bank
Last synced: about 1 month ago
JSON representation
United Bank for Africa API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/uba-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2021-12-19T20:46:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T11:44:08.000Z (over 1 year ago)
- Last Synced: 2024-09-29T20:23:29.527Z (about 2 months ago)
- Topics: api, api-client, api-client-php, api-rest, hacktoberfest, nigeria-api, php, php8, uba, united-bank
- Language: PHP
- Homepage: https://developer.ubaopenbanking.com
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# uba-api-client
[![Latest Stable Version](https://img.shields.io/github/v/release/brokeyourbike/uba-api-client-php)](https://github.com/brokeyourbike/uba-api-client-php/releases)
[![Total Downloads](https://poser.pugx.org/brokeyourbike/uba-api-client/downloads)](https://packagist.org/packages/brokeyourbike/uba-api-client)
[![Maintainability](https://api.codeclimate.com/v1/badges/a64835e6f2c49e1da492/maintainability)](https://codeclimate.com/github/brokeyourbike/uba-api-client-php/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a64835e6f2c49e1da492/test_coverage)](https://codeclimate.com/github/brokeyourbike/uba-api-client-php/test_coverage)United Bank for Africa API Client for PHP
## Installation
```bash
composer require brokeyourbike/uba-api-client
```## Usage
```php
use BrokeYourBike\UnitedBank\Client;$apiClient = new Client($config, $httpClient, $psrCache);
$apiClient->fetchAuthTokenRaw();
```## Authors
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)## License
[Mozilla Public License v2.0](https://github.com/brokeyourbike/uba-api-client-php/blob/main/LICENSE)