xeviant/paystack

A Paystack API Wrapper

3.0.0 2022-03-06 20:22 UTC

README


A simple, fluent and stable PHP Client for Paystack API coming to you with ALL of Paystack at your disposal!

PHPSandbox Notebook Build Status Latest Release Downloads License

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!