binsoul/net-mqtt

MQTT protocol implementation

Maintainers

πŸ‘ binsoul

Package info

github.com/binsoul/net-mqtt

pkg:composer/binsoul/net-mqtt

Statistics

Installs: 908 545

Dependents: 11

Suggesters: 0

Stars: 28

Open Issues: 0

2.0.1 2026-01-20 14:49 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 81dc7335c98ced266af0e1c6b2d67a8d1527a952

netmqtt

This package is auto-updated.

Last update: 2026-06-20 15:49:47 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.