From fdd29da13161635c2d81d43d65e9a0a761316eaf Mon Sep 17 00:00:00 2001 From: Daniel Jun Suguimoto Date: Tue, 3 Mar 2020 20:55:46 -0300 Subject: [PATCH 1/2] Adding Laravel-Zero --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f371930..4f3c5e5 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP. * [Slim](https://www.slimframework.com/) - Another simple micro framework. * [Expressive](https://getexpressive.org/) - A micro-framework by Zend. +* [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications. ### Micro Framework Extras *Extras related to micro frameworks and routers.* From 3d0b80ca5fa2f6c3405965cd08df8252c6871b58 Mon Sep 17 00:00:00 2001 From: Daniel Jun Suguimoto Date: Wed, 4 Mar 2020 15:39:47 -0300 Subject: [PATCH 2/2] Reorder laravel-zero --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f3c5e5..7e75576 100644 --- a/README.md +++ b/README.md @@ -161,11 +161,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Micro frameworks and routers.* * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs. +* [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications. * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel. * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP. * [Slim](https://www.slimframework.com/) - Another simple micro framework. * [Expressive](https://getexpressive.org/) - A micro-framework by Zend. -* [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications. ### Micro Framework Extras *Extras related to micro frameworks and routers.*