binsoul / net-mqtt
MQTT protocol implementation
Installs: 870 203
Dependents: 10
Suggesters: 0
Security: 0
Stars: 28
Watchers: 5
Forks: 13
Open Issues: 2
Requires
- php: ^7.2 || ^8.0
- ext-ctype: *
- ext-mbstring: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^8
README
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.