kusabi / http
0.0.1
2021-06-26 14:12 UTC
Requires
- php: >=7.2
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
Requires (Dev)
Suggests
- ext-curl: Required for CURL handler support
- ext-intl: Required for Internationalized Domain Name (IDN) support
- psr/log: Required for using the Log middleware
Provides
This package is auto-updated.
Last update: 2024-08-26 21:32:52 UTC
README
又一个是请求库,为PHP构建
兼容性和依赖关系
此库与PHP版本 7.2
、7.3
、7.4
和 8.0
兼容。
此库依赖于 psr/http-client
来实现 PSR-18 客户端
安装
使用composer进行安装非常简单。
composer require kusabi/http
或者简单地将它添加到您的 composer.json
文件中
{ "require": { "kusabi/http": "^1.0" } }