81 Star 148 Fork 0

xcr/HttpClient

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
方圆百里找对手 提交于 2015-06-06 16:01 . Update composer.json
{
"name" : "leaps/httpclient",
"description" : "Leaps Httpclient library",
"version" : "1.4.9",
"require" : {
"php" : ">=5.4.0",
"ext-curl" : "*",
"ext-mbstring": "*"
},
"authors" : [ {
"name" : "Tongle Xu",
"email" : "xutongle@gmail.com",
"homepage" : "http://www.l68.net/",
"role" : "Founder and project lead"
} ],
"support" : {
"issues" : "https://github.com/leaps/httpclient/issues?state=open",
"wiki" : "https://github.com/leaps/httpclient/wiki",
"source" : "https://github.com/tintsoft/leaps"
},
"keywords" : [ "leaps", "framework", "httpclient" ],
"autoload" : {
"psr-4" : {
"Leaps\\HttpClient\\" : "src/Leaps/HttpClient/"
}
},
"type" : "library",
"license" : "Apache2",
"homepage" : "http://leaps.tintsoft.com/"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/xutongle/HttpClient.git
git@gitee.com:xutongle/HttpClient.git
xutongle
HttpClient
HttpClient
master

搜索帮助