14 lines
365 B
Markdown
14 lines
365 B
Markdown
# Laravel MQTT Package
|
|
|
|
A simple Package that can be used to connect to Mqtt using laravel
|
|
|
|
It uses [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT) as a base.
|
|
|
|
### Features
|
|
|
|
* Name and Password Authentication
|
|
* Certificate Protection for end to end encryption
|
|
* Enable Debug mode to make it easier for debugging
|
|
|
|
### Tested on php 7.3 and laravel 5.7
|