10 Star 27 Fork 4

deepziyu/yii2-swoole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
deepziyu 提交于 2018-02-09 15:44 . fix blank
{
"name": "deepziyu/yii2-swoole",
"description": "full solutions making yii2-framework run on swoole with coroutine",
"license": "BSD-3-Clause",
"authors": [
{
"name": "deepziyu",
"email": "lizhenju.china@gmail.com"
}
],
"require": {
"php": ">=7.0.13",
"yiisoft/yii2": "~2.0.9",
"yiisoft/yii2-redis": "~2.0.0"
},
"require-dev": {
"eaglewu/swoole-ide-helper": "dev-master",
"swoft/http-client": "dev-master"
},
"autoload": {
"psr-4": {
"deepziyu\\yii\\swoole\\": ""
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/deepziyu/yii2-swoole.git
git@gitee.com:deepziyu/yii2-swoole.git
deepziyu
yii2-swoole
yii2-swoole
master

搜索帮助