Skip to content

xeviant/paystack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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!