updated readme

This commit is contained in:
Salman Zafar 2019-06-14 12:24:26 +05:00
parent 77a8b9db13
commit 48e71697bc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Laravel MQTT Package # Laravel MQTT Package
A simple Laravel 5 Library to connect/publish to MQTT broker A simple Laravel 5 Library to connect/publish/subscribe to MQTT broker
Based on [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT) Based on [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT)

View File

@ -1,6 +1,6 @@
{ {
"name": "salmanzafar/laravel-mqtt", "name": "salmanzafar/laravel-mqtt",
"description": "A simple Laravel 5 Library to connect/publish to MQTT broker", "description": "A simple Laravel 5 Library to connect/publish/subscribe to MQTT broker",
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [