2 Star 12 Fork 3

Xie Biao / php-multi-curl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 583 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xie Biao 提交于 2019-04-10 13:35 . fix parameters of Curl constructor
{
"name": "hhxsv5/php-multi-curl",
"type": "library",
"license": "MIT",
"description": "A simple and efficient library wrapping curl_multi_* is used to handle parallel http requests.",
"keywords": [
"curl",
"multi-curl",
"parallel-request",
"multi-http-request"
],
"homepage": "https://github.com/hhxsv5/php-multi-curl",
"authors": [
{
"name": "Xie Biao",
"email": "hhxsv5@sina.com"
}
],
"require": {
"php": ">=5.4",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
"Hhxsv5\\PhpMultiCurl\\": "src"
}
}
}
PHP
1
https://gitee.com/hhxsv5/php-multi-curl.git
git@gitee.com:hhxsv5/php-multi-curl.git
hhxsv5
php-multi-curl
php-multi-curl
master

搜索帮助