xeviant/paystack
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!
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707