xeviant / paystack
A Paystack API Wrapper
Installs: 3 856
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 2
Open Issues: 0
Requires
- php: ^8.0
- illuminate/container: ^8.0|^9.0
- illuminate/support: ^8.0|^9.0
- league/event: ^2.0.0
- php-http/cache-plugin: ^1.7.5
- php-http/discovery: ^1.14.1
- php-http/guzzle6-adapter: ^2.0.0
- php-http/httplug: ^2.3.0
- psr/cache: ^2.0.0
Requires (Dev)
- cache/array-adapter: ^1.2.0
- php-http/mock-client: ^1.5.0
- phpunit/phpunit: ^9.5.0
- dev-master
- 3.0.0
- 2.0.1
- 2.0.0
- 1.x-dev
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.5
- 0.0.32
- 0.0.31
- 0.0.30
- 0.0.29
- 0.0.28
- 0.0.27
- 0.0.26
- 0.0.25
- 0.0.24
- 0.0.23
- 0.0.22
- 0.0.21
- 0.0.2
- 0.0.1
- dev-major
- dev-php71-test
- dev-analysis-2QA2GR
- dev-j6
- dev-analysis-qy4QKN
- dev-analysis-XZVb7n
- dev-collections
- dev-model
- dev-di
- dev-collection
- dev-events
This package is auto-updated.
Last update: 2024-11-07 02:09:26 UTC
README
A simple, fluent and stable PHP Client for Paystack API coming to you with ALL of Paystack at your disposal!
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!