xeviant / paystack
Paystack API 包装器
3.0.0
2022-03-06 20:22 UTC
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-09-07 01:50:38 UTC
README
一个简单、流畅且稳定的 Paystack API PHP 客户端,为你提供所有 Paystack 功能!
安装
composer require xeviant/paystack
使用
use Xeviant\Paystack\Paystack; $paystack = new Paystack('YOUR_PUBLIC_KEY', 'YOUR_SECRET_KEY'); $customers = $paystack->customers()->list();
文档
要获取完整文档,请访问 Docs 这里。
测试
composer test
贡献
如果你对这个项目感兴趣并想做出贡献,请不要犹豫,Fork 它并创建一个 Pull Request!