slimpay / hapiclient-guzzle7
使用HAL作为资源格式的HTTP客户端。
v1.0.0
2021-02-03 08:57 UTC
Requires
- php: ^7.2|^8.0
- guzzlehttp/guzzle: ~7.0
- guzzlehttp/uri-template: 0.2.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-08-29 05:41:45 UTC
README
实现HAL规范的HTTP客户端。
要求
PHP 7.2或更高版本
安装
使用Composer
"require":{ "slimpay/hapiclient-guzzle7":"1.0.*" }
如果您不熟悉Composer,可以下载包含依赖项的预构建版本。
Guzzle < 7
如果您想使用其他版本的PHP或Guzzle,请使用我们之前的HAPI Client => https://github.com/SlimPay/hapiclient-php
使用
示例和完整的工作片段可在HAPI浏览器中找到。