fzadelj/mqtt

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

Lightweight MQTT client library

Maintainers

Package info

github.com/fzadelj/Mqtt

pkg:composer/fzadelj/mqtt

Statistics

Installs: 94

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-02-28 14:06:30 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.