From ab2da11b235381a996f7796e6c3e0df90dd34d02 Mon Sep 17 00:00:00 2001 From: Albert Chen Date: Sun, 8 Sep 2024 21:47:05 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1a244625..a47403be 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +> **Warning** +> +> This package is no longer maintained, we strongly recommend using Laravel's official [laravel/octane](https://github.com/laravel/octane) as an alternative. +> +> If you need coroutine support, consider trying [laravel-hyperf](https://github.com/swooletw/laravel-hyperf) for higher performance (This is a Laravel style Hyperf framework.) + # Laravel-Swoole ![php-badge](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg) @@ -8,6 +14,8 @@ This package provides a high performance HTTP server to speed up your Laravel/Lumen application based on [Swoole](http://www.swoole.com/). +** This project is no longer maintained, we strongly suggest using + ## Version Compatibility | PHP | Laravel | Lumen | Swoole | From 27bfd2ffc2576961c28fb330a0ea4f5b4090357b Mon Sep 17 00:00:00 2001 From: Albert Chen Date: Tue, 10 Sep 2024 11:43:41 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a47403be..465362a5 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ This package provides a high performance HTTP server to speed up your Laravel/Lumen application based on [Swoole](http://www.swoole.com/). -** This project is no longer maintained, we strongly suggest using - ## Version Compatibility | PHP | Laravel | Lumen | Swoole | From 475d633d9eeff527bd7ee08d7273fb5aae8326e1 Mon Sep 17 00:00:00 2001 From: Albert Chen Date: Mon, 24 Mar 2025 15:00:13 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 465362a5..9ee81366 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > > This package is no longer maintained, we strongly recommend using Laravel's official [laravel/octane](https://github.com/laravel/octane) as an alternative. > -> If you need coroutine support, consider trying [laravel-hyperf](https://github.com/swooletw/laravel-hyperf) for higher performance (This is a Laravel style Hyperf framework.) +> If you need coroutine support, consider trying [Hypervel](https://github.com/hypervel/hypervel) for higher performance (This is a Laravel-style coroutine framework.) # Laravel-Swoole