Download the PHP package bowens-h/laravel-mqtt without Composer
On this page you can find all versions of the php package bowens-h/laravel-mqtt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bowens-h/laravel-mqtt
More information about bowens-h/laravel-mqtt
Files in bowens-h/laravel-mqtt
Download bowens-h/laravel-mqtt
More information about bowens-h/laravel-mqtt
Files in bowens-h/laravel-mqtt
Vendor bowens-h
Package laravel-mqtt
Short Description A simple Laravel 5 Library to connect/publish to MQTT broker
License MIT
Package laravel-mqtt
Short Description A simple Laravel 5 Library to connect/publish to MQTT broker
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-mqtt
Laravel MQTT Package
A simple Laravel 5 Library to connect/publish to MQTT broker
Based on bluerhinos/phpMQTT
Installation
Features
- Name and Password Authentication
- Certificate Protection for end to end encryption
- Enable Debug mode to make it easier for debugging
Enable the package (Optional)
This package implements Laravel auto-discovery feature. After you install it the package provider and facade are added automatically for laravel >= 5.5.
This step is only required if you are using laravel version <5.5
To declare the provider and/or alias explicitly, then add the service provider to your config/app.php:
And then add the alias to your config/app.php:
Configuration
Publish the configuration file
Config/mqtt.php
Publishing topic
Publishing topic using Facade
Tested on php 7.3 and laravel 5.7 and also laravel 5.8
Subscription Part is in development
All versions of laravel-mqtt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package bowens-h/laravel-mqtt contains the following files
Loading the files please wait ....