From 24804b2d83b4db033c6e3e26772d5c27641f7fa7 Mon Sep 17 00:00:00 2001 From: George Boot Date: Thu, 28 Jan 2021 16:28:27 +0100 Subject: [PATCH] Prep 0.1 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa3db38..cf5da78 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # laravel-echo-api-gateway -## !! Work in progress !! - -Note that this package is a work in progress. As soon as version 0.1 will be tagged, it will be usable for testing -purposes. As soon as version 1.0 gets released, it should be usable for production purposes. - ## About This package enables you to use API Gateway‘s Websockets as a driver for [Laravel Echo](https://github.com/laravel/echo) @@ -17,6 +12,9 @@ messages. We also configure Laravel to use this connection as a broadcast driver This package currently only works with either [Bref](https://bref.sh) or [Laravel Vapor](https://vapor.laravel.com), though the latter one involves some manual set-up. +As soon as version 1.0 will be released, this package will be suitable for production workloads. Until then, it is +advised to only use this package for non-critical / non-production projects. + ## Requirements In order to use this package, your project needs to meet the following criteria: