https://github.com/brokeyourbike/9psb-api-client-php
9PSB API Client for PHP
https://github.com/brokeyourbike/9psb-api-client-php
9psb api api-client hacktoberfest nigeria nigeria-api php php8 rest
Last synced: 3 months ago
JSON representation
9PSB API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/9psb-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2023-09-10T14:44:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T23:10:02.000Z (10 months ago)
- Last Synced: 2025-06-01T15:51:33.281Z (4 months ago)
- Topics: 9psb, api, api-client, hacktoberfest, nigeria, nigeria-api, php, php8, rest
- Language: PHP
- Homepage: https://9psb.com.ng
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 9psb-api-client-php
[](https://github.com/brokeyourbike/9psb-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/9psb-api-client)
[](https://codeclimate.com/github/brokeyourbike/9psb-api-client-php/maintainability)
[](https://codeclimate.com/github/brokeyourbike/9psb-api-client-php/test_coverage)9PSB API Client for PHP
## Installation
```bash
composer require brokeyourbike/9psb-api-client
```## Usage
```php
use BrokeYourBike\NinePSB\Interfaces\ConfigInterface;
use BrokeYourBike\NinePSB\Client;assert($config instanceof ConfigInterface);
assert($httpClient instanceof \GuzzleHttp\ClientInterface);$apiClient = new Client($config, $httpClient);
$apiClient->transfer($transaction);
```## 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/9psb-api-client-php/blob/main/LICENSE)