47 Star 194 Fork 52

宇润 / YurunHttp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 857 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "yurunsoft/yurun-http",
"description": "YurunHttp 是开源的 PHP HTTP 类库,支持链式操作,简单易用。支持 Curl、Swoole,支持 Http、Http2、WebSocket!",
"require": {
"php": ">=5.5.0",
"psr/http-message": "~1.0"
},
"require-dev": {
"swoole/ide-helper": "^4.5",
"phpunit/phpunit": ">=4",
"workerman/workerman": "^4.0"
},
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yurun\\Util\\": "./src/"
}
},
"autoload-dev": {
"psr-4": {
"Yurun\\Util\\YurunHttp\\Test\\": "tests/unit/"
}
},
"scripts": {
"test": "./vendor/bin/phpunit -c ./tests/phpunit.xml",
"install-test": [
"@composer install",
"@composer test"
]
}
}
PHP
1
https://gitee.com/yurunsoft/YurunHttp.git
git@gitee.com:yurunsoft/YurunHttp.git
yurunsoft
YurunHttp
YurunHttp
dev

搜索帮助