1 Star 0 Fork 27

jingshishengxu / mqtt

forked from PHPMQTT / mqtt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
沈唁 提交于 2021-01-18 14:16 . PHP 7.0 is no longer supported

English | 中文

MQTT Protocol Analysis & Coroutine Client

MQTT Protocol Analysis and Coroutine Client for PHP.

Support for 3.1, 3.1.1 and 5.0 versions of the MQTT protocol.

Support for QoS 0, QoS 1, QoS 2.

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Swoole Version

GitHub Actions Join Discord community and chat about Simps Simps 交流群

Install

composer require simps/mqtt

Documentation

mqtt.simps.io | MQTT 3.1.1 | MQTT 5.0

Examples

see examples

Supports

Version

  • 3.1
  • 3.1.1
  • 5.0

Perhaps the first PHP library to support the MQTT v5.0 protocol.

QoS

  • QoS 0
  • QoS 1
  • QoS 2

Type

  • CONNECT
  • CONNACK
  • PUBLISH
  • PUBACK
  • PUBREC
  • PUBREL
  • PUBCOMP
  • SUBSCRIBE
  • SUBACK
  • UNSUBSCRIBE
  • UNSUBACK
  • PINGREQ
  • PINGRESP
  • DISCONNECT
  • AUTH
PHP
1
https://gitee.com/jingshishengxu/mqtt.git
git@gitee.com:jingshishengxu/mqtt.git
jingshishengxu
mqtt
mqtt
master

搜索帮助