17 Star 61 Fork 12

tryto / swoole_mqtt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 381 Bytes
一键复制 编辑 原始数据 按行查看 历史
try-to 提交于 2018-12-14 14:01 . update
{
"name": "try-to/swoole_mqtt",
"description": "swoole mqtt client",
"license": "MIT",
"authors": [{
"name": "try-to",
"email": "w@tryto.cn"
}],
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0",
"ext-swoole": ">=2.1"
},
"autoload": {
"psr-4": {
"TrytoMqtt\\": "src/"
}
}
}
PHP
1
https://gitee.com/try-to/swoole_mqtt.git
git@gitee.com:try-to/swoole_mqtt.git
try-to
swoole_mqtt
swoole_mqtt
master

搜索帮助