bonch.dev / php-gratapay
Gratapay 的 PHP 包
v0.0.3
2021-01-25 14:46 UTC
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.5.5
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-09-25 22:23:52 UTC
README
Gratapay 的 PHP 包。
安装
运行 composer require bonch.dev/php-gratapay
。
使用
共有 3 个类
BonchDev\PHPGratapay\GratapayAPI
– Gratapay 的 API 客户端BonchDev\PHPGratapay\GratapayRequest
– 收集请求数据BonchDev\PHPGratapay\GratapayResponse
– 处理来自服务的响应
执行请求需要 authKey
和 secretKey
。将这些提供给 BonchDev\PHPGratapay\GratapayAPI
构造函数。