Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binsoul/net-mqtt
Implementation of MQTT protocol versions 3.1 and 3.1.1
https://github.com/binsoul/net-mqtt
mqtt mqtt-protocol
Last synced: about 4 hours ago
JSON representation
Implementation of MQTT protocol versions 3.1 and 3.1.1
- Host: GitHub
- URL: https://github.com/binsoul/net-mqtt
- Owner: binsoul
- License: mit
- Created: 2015-11-18T22:18:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T17:10:52.000Z (over 3 years ago)
- Last Synced: 2024-04-20T02:21:20.029Z (7 months ago)
- Topics: mqtt, mqtt-protocol
- Language: PHP
- Homepage:
- Size: 195 KB
- Stars: 28
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# net-mqtt
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]
[![Build Status](https://travis-ci.org/binsoul/net-mqtt.svg?branch=master)](https://travis-ci.org/binsoul/net-mqtt)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.
## InstallVia composer:
``` bash
$ composer require binsoul/net-mqtt
```## Testing
``` bash
$ composer test
```## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/binsoul/net-mqtt.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/binsoul/net-mqtt.svg?style=flat-square[link-packagist]: https://packagist.org/packages/binsoul/net-mqtt
[link-downloads]: https://packagist.org/packages/binsoul/net-mqtt
[link-author]: https://github.com/binsoul