1 Star 0 Fork 4

凡墙 / swoole-worker

forked from Oliphant / swoole-worker 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
xielei 提交于 2021-07-12 11:08 . Update composer.json
{
"name": "xielei/swoole-worker",
"description": "SwooleWorker is a distributed long connection development framework based on swoole4. Resident memory, coroutine, high performance and high concurrency; Distributed deployment and horizontal expansion can support a large number of connections; No perception security restart, seamless upgrade code; Interface rich, support single send, packet send, group broadcast interface. It can be widely used in cloud computing, Internet of things (IOT), Internet of vehicles, smart home, online games and other fields.",
"keywords": [
"php",
"swoole"
],
"homepage": "https://github.com/xielei/swoole-worker",
"license": "Apache-2.0",
"require": {
"php": ">=7.2",
"ext-swoole": "^4.6.0"
},
"suggest": {
"swoole/ide-helper": "This package contains IDE help files for Swoole. You may use it in your IDE to provide accurate autocompletion."
},
"autoload": {
"psr-4": {
"Xielei\\Swoole\\": "src/"
}
}
}
PHP
1
https://gitee.com/sanjie/swoole-worker.git
git@gitee.com:sanjie/swoole-worker.git
sanjie
swoole-worker
swoole-worker
v1

搜索帮助