This commit is contained in:
alexdodonov 2024-03-11 07:28:27 -04:00 committed by GitHub
commit a482c43067
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas.
* [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.*