Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipublikuj/mqtt-client
Asynchronous MQTT client extension for Nette Framework (3.0+)
https://github.com/ipublikuj/mqtt-client
async extension ipub ipublikuj mqtt mqtt-client mqtt-connector nette reactphp
Last synced: about 1 month ago
JSON representation
Asynchronous MQTT client extension for Nette Framework (3.0+)
- Host: GitHub
- URL: https://github.com/ipublikuj/mqtt-client
- Owner: ipublikuj
- License: other
- Created: 2017-05-02T19:41:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T18:18:12.000Z (over 4 years ago)
- Last Synced: 2024-05-03T08:27:43.286Z (8 months ago)
- Topics: async, extension, ipub, ipublikuj, mqtt, mqtt-client, mqtt-connector, nette, reactphp
- Language: PHP
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# MQTT client
[![Build Status](https://img.shields.io/travis/iPublikuj/mqtt-client.svg?style=flat-square)](https://travis-ci.org/iPublikuj/mqtt-client)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/iPublikuj/mqtt-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/iPublikuj/mqtt-client/?branch=master)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/iPublikuj/mqtt-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/iPublikuj/mqtt-client/?branch=master)
[![Latest Stable Version](https://img.shields.io/packagist/v/ipub/mqtt-client.svg?style=flat-square)](https://packagist.org/packages/ipub/mqtt-client)
[![Composer Downloads](https://img.shields.io/packagist/dt/ipub/mqtt-client.svg?style=flat-square)](https://packagist.org/packages/ipub/mqtt-client)
[![License](https://img.shields.io/packagist/l/ipub/mqtt-client.svg?style=flat-square)](https://packagist.org/packages/ipub/mqtt-client)Extension for implementing MQTT client into [Nette framework](https://nette.org)
## Installation
The best way to install ipub/mqtt-client is using [Composer](http://getcomposer.org/):
```sh
$ composer require ipub/mqtt-client
```After that you have to register extension in config.neon.
```neon
extensions:
mqttClient: IPub\MQTTClient\DI\MQTTClientExtension
```## Documentation
Learn how to connect to MQTT broker and communicate in [documentation](https://github.com/iPublikuj/mqtt-client/blob/master/docs/en/index.md).
***
Homepage [http://www.ipublikuj.eu](http://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/mqtt-client](http://github.com/iPublikuj/mqtt-client).