1 Star 0 Fork 0

宇泰/php-httpclient

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇泰 提交于 2025-04-02 17:19 +08:00 . 优化升级
{
"name": "xin/http",
"description": "基于 guzzlehttp/guzzle 实现的一个轻量级的Http客户端。",
"type": "library",
"authors": [
{
"name": "晋",
"email": "657306123@qq.com"
}
],
"license": "Apache-2.0",
"require": {
"php": ">=7.1.9",
"xin/support": "^1.0",
"guzzlehttp/guzzle": "^7.0|^6.0|^5.0",
"xin/pipeline": "^1.0",
"xin/capsule": "^1.1"
},
"autoload": {
"psr-4": {
"Xin\\HttpClient\\": "src/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/liuxiaojinla/php-httpclient.git
git@gitee.com:liuxiaojinla/php-httpclient.git
liuxiaojinla
php-httpclient
php-httpclient
master

搜索帮助