https://github.com/brokeyourbike/bancore-api-client-php
Bancore API Client for PHP
https://github.com/brokeyourbike/bancore-api-client-php
api api-client api-client-php bancore hacktoberfest http-client money-transfer-api nigeria-api php php8
Last synced: 5 months ago
JSON representation
Bancore API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/bancore-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2021-10-21T20:19:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T13:35:31.000Z (over 2 years ago)
- Last Synced: 2025-05-04T02:48:19.058Z (9 months ago)
- Topics: api, api-client, api-client-php, bancore, hacktoberfest, http-client, money-transfer-api, nigeria-api, php, php8
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# bancore-api-client
[](https://github.com/brokeyourbike/bancore-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/bancore-api-client)
[](https://codeclimate.com/github/brokeyourbike/bancore-api-client-php/maintainability)
[](https://codeclimate.com/github/brokeyourbike/bancore-api-client-php/test_coverage)
Bancore API Client for PHP
## Installation
```bash
composer require brokeyourbike/bancore-api-client
```
## Usage
```php
use BrokeYourBike\Bancore\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/bancore-api-client-php/blob/main/LICENSE)