Mosquitto

Extension for libmosquitto


Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop.

License: BSD 3-Clause License

Latest releases

Version Release Download
0.4.0 2017-03-13 Mosquitto-0.4.0.tgz
0.3.0 2015-09-02 Mosquitto-0.3.0.tgz
0.2.2 2014-05-12 Mosquitto-0.2.2.tgz
0.2.1 2013-12-09 Mosquitto-0.2.1.tgz
Show all releases

Changelog

Version Message
0.4.0 * PHP 7 support thanks to Sara Golemon
* Improved docs hosted on ReadTheDocs
* Some memory usage fixes
0.3.0 * Add missing onPublish callback
* Improve error handling
* Better PHPT tests
* add exitLoop() method to break out of the event loop without disconnecting
* Move to beta stability
0.2.2 * Add missing unsubscribe method
0.2.1 * Fix compatibility with PHP 5.3
Show complete changelog