https://github.com/brokeyourbike/bvnk-api-client-php
BVNK API Client for PHP
https://github.com/brokeyourbike/bvnk-api-client-php
api-client bvnk hacktoberfest php php8 rest rest-api rest-api-client
Last synced: 3 months ago
JSON representation
BVNK API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/bvnk-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2023-08-22T10:26:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T12:23:49.000Z (over 2 years ago)
- Last Synced: 2025-06-28T21:35:42.796Z (6 months ago)
- Topics: api-client, bvnk, hacktoberfest, php, php8, rest, rest-api, rest-api-client
- Language: PHP
- Homepage: https://docs.bvnk.com
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# bvnk-api-client-php
[](https://github.com/brokeyourbike/bvnk-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/bvnk-api-client)
[](https://codeclimate.com/github/brokeyourbike/bvnk-api-client-php/maintainability)
[](https://codeclimate.com/github/brokeyourbike/bvnk-api-client-php/test_coverage)
BVNK API Client for PHP
## Installation
```bash
composer require brokeyourbike/bvnk-api-client
```
## Usage
```php
use BrokeYourBike\Bvnk\Client;
use BrokeYourBike\Bvnk\Interfaces\ConfigInterface;
assert($config instanceof ConfigInterface);
assert($httpClient instanceof \GuzzleHttp\ClientInterface);
$apiClient = new Client($config, $httpClient);
$apiClient->payout($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/bvnk-api-client-php/blob/main/LICENSE)