1 Star 0 Fork 29

simple/mqtt

forked from PHPMQTT/mqtt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
沈唁 提交于 2021-01-18 14:16 . PHP 7.0 is no longer supported
{
"name": "simps/mqtt",
"description": "MQTT Protocol Analysis and Coroutine Client for PHP",
"keywords": [
"php",
"simps",
"mqtt",
"swoole",
"client",
"coroutine",
"mqtt_client",
"mqtt_protocol",
"mqtt3.1",
"mqtt5.0"
],
"license": "Apache-2.0",
"authors": [
{
"name": "Lu Fei",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1",
"ext-mbstring": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^7.0.0",
"swoole/ide-helper": ">=4.4.19"
},
"suggest": {
"ext-swoole": "The ext-swoole >= v4.4.19 needs to be loaded when using the MQTT Client."
},
"autoload": {
"psr-4": {
"Simps\\MQTT\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SimpsTest\\MQTT\\": "tests/"
}
},
"scripts": {
"cs-check": "/usr/bin/env php ./vendor/bin/php-cs-fixer fix --dry-run",
"cs-fix": "/usr/bin/env php ./vendor/bin/php-cs-fixer fix",
"test": "./tests/co-phpunit --colors=always"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/A6C3A3FB5E8CA/mqtt.git
[email protected]:A6C3A3FB5E8CA/mqtt.git
A6C3A3FB5E8CA
mqtt
mqtt
master

搜索帮助