binsoul/net-mqtt

MQTT protocol implementation

Installs: 892 110

Dependents: 11

Suggesters: 0

Security: 0

Stars: 28

Watchers: 2

Forks: 15

Open Issues: 2

pkg:composer/binsoul/net-mqtt

1.0.0 2026-01-09 11:40 UTC

This package is auto-updated.

Last update: 2026-01-09 15:22:13 UTC


README

Latest Version on Packagist Software License Total Downloads Build Status

MQTT is a machine-to-machine (M2M) / Internet of Things (IoT) connectivity protocol. It provides a lightweight method of carrying out messaging using a publish/subscribe model.

This package implements the MQTT protocol versions 3.1 and 3.1.1.

Install

Via composer:

$ composer require binsoul/net-mqtt

Testing

$ composer test

License

The MIT License (MIT). Please see License File for more information.