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