1 Star 0 Fork 48

programlife555 / laravel-s

forked from Xie Biao / laravel-s 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Xie Biao 提交于 2018-07-11 00:16 . update project description
{
"name": "hhxsv5/laravel-s",
"type": "library",
"license": "MIT",
"support": {
"issues": "https://github.com/hhxsv5/laravel-s/issues",
"source": "https://github.com/hhxsv5/laravel-s"
},
"description": "🚀LaravelS is a glue that is used to quickly integrate Swoole into Laravel or Lumen and then give them better performance and more possibilities.",
"keywords": [
"laravel-s",
"swoole",
"laravel",
"lumen",
"async",
"coroutine",
"server",
"http",
"websocket",
"tcp",
"udp",
"process",
"task",
"timer",
"inotify",
"performance"
],
"homepage": "https://github.com/hhxsv5/laravel-s",
"authors": [
{
"name": "Xie Biao",
"email": "hhxsv5@sina.com"
}
],
"require": {
"php": ">=5.5.9"
},
"suggest": {
"ext-swoole": "Event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP, require >= 1.7.19.",
"ext-inotify": "Inotify, used to reload all worker processes when your code is modified."
},
"autoload": {
"psr-4": {
"Hhxsv5\\LaravelS\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Hhxsv5\\LaravelS\\Illuminate\\LaravelSServiceProvider"
]
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
PHP
1
https://gitee.com/cyrs/laravel-s.git
git@gitee.com:cyrs/laravel-s.git
cyrs
laravel-s
laravel-s
master

搜索帮助