fzadelj/mqtt

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

Lightweight MQTT client library

Maintainers

Details

github.com/fzadelj/Mqtt

Source

Issues

Installs: 88

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/fzadelj/mqtt

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

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.