当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 2

黄毅 / laravel-swoole-http
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
黄毅 提交于 2018-07-31 12:58 . Modify description.
{
"name": "huang-yi/laravel-swoole-http",
"description": "A high performance HTTP/WebSocket server based on Swoole. Speeds up your Laravel and Lumen applications.",
"keywords": ["swoole", "laravel", "lumen", "http", "websocket", "server", "performance"],
"license": "MIT",
"authors": [
{
"name": "Huang Yi",
"email": "coodeer@163.com"
}
],
"require": {
"ext-swoole": ">=1.9.5",
"huang-yi/swoole-watcher": "0.0.*",
"illuminate/console": "~5.2",
"illuminate/contracts": "~5.2",
"illuminate/events": "~5.2",
"illuminate/http": "~5.2",
"illuminate/pipeline": "~5.2",
"illuminate/redis": "~5.2",
"illuminate/support": "~5.2"
},
"require-dev": {
"illuminate/routing": "~5.2",
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
"HuangYi\\Swoole\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"HuangYi\\Swoole\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"HuangYi\\Swoole\\SwooleServiceProvider"
],
"aliases": {
"SwooleServer": "HuangYi\\Swoole\\Facades\\Server",
"SwooleTable": "HuangYi\\Swoole\\Facades\\Table",
"WebSocket": "HuangYi\\Swoole\\Facades\\WebSocket"
}
}
}
}
PHP
1
https://gitee.com/huang-yi/laravel-swoole-http.git
git@gitee.com:huang-yi/laravel-swoole-http.git
huang-yi
laravel-swoole-http
laravel-swoole-http
master

搜索帮助