xeviant/paystack

A Paystack API Wrapper

3.0.0 2022-03-06 20:22 UTC

README

68747470733a2f2f73332d65752d776573742d312e616d617a6f6e6177732e636f6d2f7073746b2d626c6f672d73746167696e672f696d616765732f61727469636c65732f506179737461636b2d6d61726b2e706e67
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!