Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.06 KB

net-mqtt

Latest Version on Packagist Software License Total Downloads

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.