A simple, fluent and stable PHP Client for Paystack API coming to you with ALL of Paystack at your disposal!
composer require xeviant/paystack
use Xeviant\Paystack\Paystack;
$paystack = new Paystack('YOUR_PUBLIC_KEY', 'YOUR_SECRET_KEY');
$customers = $paystack->customers()->list();
For full documentation, visit the Docs Here.
composer test
If you're interested in contributing to this project, don't wait, fork it and make a PR!