Overview of simps/mqtt features
mastersimps/mqtt is a PHP library providing MQTT protocol analysis and a coroutine-based client. It is designed for high-performance asynchronous environments (like Swoole).
Key Capabilities:
- Protocol Support: Supports MQTT versions
3.1,3.1.1, and5.0(notably the first PHP library to support MQTT 5.0). - Quality of Service: Supports
QoS 0,QoS 1, andQoS 2. - Transport: Supports MQTT over WebSocket.
Requirements:
- PHP >= 7.1
- Swoole >= 4.4.20