|
|
@@ -186,6 +186,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
186
|
186
|
* [Minicli](https://github.com/minicli/minicli) - Minimalist, dependency-free framework for building CLI-centric PHP applications.
|
|
187
|
187
|
* [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications.
|
|
188
|
188
|
* [Slim](https://www.slimframework.com/) - Another simple micro framework.
|
|
|
189
|
+* [Mezon](https://github.com/alexdodonov/mezon/) - Simple micro framework for Web applications and microservices.
|
|
189
|
190
|
|
|
190
|
191
|
### Micro Framework Extras
|
|
191
|
192
|
*Extras related to micro frameworks and routers.*
|
|
|
@@ -200,6 +201,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
200
|
201
|
* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
|
|
201
|
202
|
* [Klein](https://github.com/klein/klein.php) - A flexible router.
|
|
202
|
203
|
* [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route.
|
|
|
204
|
+* [Mezon Router](https://github.com/alexdodonov/mezon-router) - Small and fast router
|
|
203
|
205
|
|
|
204
|
206
|
### Templating
|
|
205
|
207
|
*Libraries and tools for templating and lexing.*
|