From 9e8c30704eee6d580b73a4537ac2a6be58873e92 Mon Sep 17 00:00:00 2001 From: gdever Date: Sat, 30 Oct 2021 15:26:29 +0300 Subject: [PATCH] feature/New frameworks were added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a6f809..5ee680a 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,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. * [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications. * [Slim](https://www.slimframework.com/) - Another simple micro framework. +* [Mezon](https://github.com/alexdodonov/mezon/) - Simple micro framework for Web applications and microservices. ### Micro Framework Extras *Extras related to micro frameworks and routers.* @@ -192,6 +193,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Klein](https://github.com/klein/klein.php) - A flexible router. * [Pux](https://github.com/c9s/Pux) - Another fast routing library. * [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route. +* [Mezon Router](https://github.com/alexdodonov/mezon-router) - Small and fast router ### Templating *Libraries and tools for templating and lexing.*