MQTT
Go to file
Namoshek aff8b8d1a1 make memory repository the default using a binding 2019-09-17 20:01:49 +02:00
config add connection manager and facade with implementation 2019-09-15 21:41:06 +02:00
src make memory repository the default using a binding 2019-09-17 20:01:49 +02:00
.gitignore initial commit 2019-09-15 17:12:38 +02:00
LICENSE.md initial commit 2019-09-15 17:12:38 +02:00
README.md add WIP warning 2019-09-15 21:42:19 +02:00
composer.json add support for laravel 6.0 2019-09-17 20:01:25 +02:00
composer.lock add support for laravel 6.0 2019-09-17 20:01:25 +02:00

README.md

php-mqtt/laravel-client

⚠️ Work in progress - use at own risk! ⚠️

php-mqtt/laravel-client was created by, and is maintained by Namoshek. It is a Laravel wrapper for the php-mqtt/client package and allows you to connect to an MQTT broker where you can publish messages and subscribe to topics.

Installation

composer require php-mqtt/laravel-client

You should then publish the configuration file using

php artisan vendor:publish --provider="PhpMqtt\Client\MqttClientServiceProvider"

Usage

// TODO: usage

Features

This library allows you to use all the features provided by php-mqtt/client.

License

php-mqtt/laravel-client is open-sourced software licensed under the MIT license.