加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 833 Bytes
一键复制 编辑 原始数据 按行查看 历史
896369042@qq.com 提交于 2017-06-28 15:13 . 2.1.0
{
"require": {
"php": ">=7.0.0",
"monolog/monolog": "1.22.1",
"hassankhan/config": "~0.10",
"voku/anti-xss": "2.0.1",
"league/plates": "3.*",
"protobuf-php/protobuf": "~0.1.2",
"protobuf-php/protobuf-plugin": "^0.1.2",
"graylog2/gelf-php": "~1.0",
"php-amqplib/php-amqplib": "2.6.*"
},
"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"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化