fzadelj/mqtt

There is no license information available for the latest version (dev-master) of this package.

Lightweight MQTT client library

dev-master 2017-04-18 18:04 UTC

This package is not auto-updated.

Last update: 2024-04-27 05:31:33 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.