fzadelj / mqtt
Lightweight MQTT client library
Installs: 88
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/fzadelj/mqtt
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2025-11-08 12:31:23 UTC
README
Lightweight library implementing MQTT client protocol for PHP. It works on both protocols (3.1 and 3.1.1). It has auto-connect so you just have to publish or subscribe, without calling connect() method.
Install
composer require fzadelj/mqtt
Examples
Please see examples in examples folder.
Requirements
PHP >= 5.4 MQTT broker
Bugs
Will topic not implemented yet.