From c8967c7d8cd8831845c70980cd12f62292b28da3 Mon Sep 17 00:00:00 2001 From: Namoshek Date: Sun, 15 Sep 2019 21:42:19 +0200 Subject: [PATCH] add WIP warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 52061f7..8719dca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # php-mqtt/laravel-client +**:warning: Work in progress - use at own risk! :warning:** + `php-mqtt/laravel-client` was created by, and is maintained by [Namoshek](https://github.com/namoshek). It is a Laravel wrapper for the [`php-mqtt/client`](https://github.com/php-mqtt/client) package and allows you to connect to an MQTT broker where you can publish messages and subscribe to topics.