Skip to content
/ mqtt Public
forked from simps/mqtt

🕹 MQTT Protocol Analysis and Coroutine Client for PHP. Support for 3.1, 3.1.1 and 5.0 versions of the MQTT protocol.

License

Notifications You must be signed in to change notification settings

phpmqtt/mqtt

 
 

Repository files navigation

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

About

🕹 MQTT Protocol Analysis and Coroutine Client for PHP. Support for 3.1, 3.1.1 and 5.0 versions of the MQTT protocol.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%