xeviant/paystack

A Paystack API Wrapper

Installs: 3 948

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/xeviant/paystack

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!