3 Star 1 Fork 0

imi 开发组 / imi-mqtt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 933 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2020-08-28 21:12 . 修复找不到类的问题
{
"name": "imiphp/imi-mqtt",
"type": "library",
"license": "MIT",
"description": "在 imi 框架中开发 MQTT 服务端,并且内置了一个 MQTT 客户端",
"require": {
"binsoul/net-mqtt": "^0.8.0"
},
"require-dev": {
"yurunsoft/imi": "dev-dev",
"phpunit/phpunit": "^7",
"yurunsoft/ide-helper": "~1.0"
},
"autoload": {
"psr-4" : {
"Imi\\MQTT\\" : "src/",
"Imi\\Server\\MQTT\\": "src/imi/Server/MQTT/"
}
},
"autoload-dev": {
"psr-4" : {
"ImiApp\\" : "example/",
"Imi\\MQTT\\Test\\" : "tests/"
}
},
"scripts": {
"test": "./tests/run",
"install-test": "php --ri swoole && composer install composer test"
},
"extra": {
"ide-helper": {
"list": [
"swoole",
"redis"
]
}
}
}
PHP
1
https://gitee.com/imiphp/imi-mqtt.git
git@gitee.com:imiphp/imi-mqtt.git
imiphp
imi-mqtt
imi-mqtt
dev

搜索帮助