Updated readme and .json with the required changes
This commit is contained in:
parent
a5691afe32
commit
1af1008ac9
|
|
@ -1,6 +1,6 @@
|
||||||
# Laravel MQTT Package
|
# Laravel MQTT Package
|
||||||
|
|
||||||
A simple Package that can be used to connect to Mqtt using laravel
|
A simple Laravel 5 Library to connect/publish to MQTT broker
|
||||||
|
|
||||||
Based on [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT)
|
Based on [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "salmanzafar/laravel-mqtt",
|
"name": "salmanzafar/laravel-mqtt",
|
||||||
"description": "A simple MQTT Library to connect/publish/subscribe to a MQTT broker using Laravel 5",
|
"description": "A simple Laravel 5 Library to connect/publish to MQTT broker",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue