https://github.com/brokeyourbike/paystack-api-client-php
Paystack API Client for PHP
https://github.com/brokeyourbike/paystack-api-client-php
api api-client api-client-php hacktoberfest paystack paystack-api php php8
Last synced: 7 months ago
JSON representation
Paystack API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/paystack-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2021-10-20T15:15:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T11:42:16.000Z (over 2 years ago)
- Last Synced: 2025-06-01T15:51:25.636Z (8 months ago)
- Topics: api, api-client, api-client-php, hacktoberfest, paystack, paystack-api, php, php8
- Language: PHP
- Homepage: https://paystack.com
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# paystack-api-client
[](https://github.com/brokeyourbike/paystack-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/paystack-api-client)
[](https://codeclimate.com/github/brokeyourbike/paystack-api-client-php/maintainability)
[](https://codeclimate.com/github/brokeyourbike/paystack-api-client-php/test_coverage)
Paystack API Client for PHP
## Installation
```bash
composer require brokeyourbike/paystack-api-client
```
## Usage
```php
use BrokeYourBike\Paystack\Client;
$apiClient = new Client($config, $httpClient);
$result = $apiClient->resolveAccountNumberRaw($bankCode, $accountNumber);
```
## 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/paystack-api-client-php/blob/main/LICENSE)