xeviant / paystack
A Paystack API Wrapper
3.0.0
2022-03-06 20:22 UTC
Requires
- php: ^8.0
- illuminate/container: ^8.0|^9.0
- illuminate/support: ^8.0|^9.0
- league/event: ^2.0.0
- php-http/cache-plugin: ^1.7.5
- php-http/discovery: ^1.14.1
- php-http/guzzle6-adapter: ^2.0.0
- php-http/httplug: ^2.3.0
- psr/cache: ^2.0.0
Requires (Dev)
- cache/array-adapter: ^1.2.0
- php-http/mock-client: ^1.5.0
- phpunit/phpunit: ^9.5.0
This package is auto-updated.
Last update: 2026-06-07 05:44:24 UTC
README
A simple, fluent and stable PHP Client for Paystack API coming to you with ALL of Paystack at your disposal!
Installation
composer require xeviant/paystack
Usage
use Xeviant\Paystack\Paystack; $paystack = new Paystack('YOUR_PUBLIC_KEY', 'YOUR_SECRET_KEY'); $customers = $paystack->customers()->list();
Documentation
For full documentation, visit the Docs Here.
Testing
composer test
Contributing
If you're interested in contributing to this project, don't wait, fork it and make a PR!