27 Star 75 Fork 12

白_猫 / SwooleDistributed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 858 Bytes
一键复制 编辑 原始数据 按行查看 历史
896369042@qq.com 提交于 2018-03-19 16:43 . 2.8.1
{
"require": {
"php": ">=7.1.6",
"monolog/monolog": "@stable",
"hassankhan/config": "@stable",
"voku/anti-xss": "@stable",
"league/plates": "@stable",
"graylog2/gelf-php": "@stable",
"php-amqplib/php-amqplib": "@stable",
"filp/whoops": "@stable",
"php-ds/php-ds": "@stable",
"symfony/console": "@stable"
},
"autoload": {
"psr-4": {
"Server\\": "src/Server",
"app\\": "src/app",
"test\\": "src/test"
},
"files": [
"src/Server/helpers/Common.php"
]
},
"authors": [
{
"name": "tmtbe",
"email": "896369042@qq.com",
"homepage": "https://github.com/tmtbe"
}
],
"name": "tmtbe/swooledistributed",
"type": "library",
"keywords": ["server", "swoole", "distributed"],
"description": "In order to develop the api server",
"license": "MIT"
}
PHP
1
https://gitee.com/tmtbe/SwooleDistributed.git
git@gitee.com:tmtbe/SwooleDistributed.git
tmtbe
SwooleDistributed
SwooleDistributed
v2

搜索帮助