Compare commits

...

3 Commits

Author SHA1 Message Date
Sebastian Utbult cb5a75a843
Merge e4d54151d4 into 9a068bf2b8 2024-03-17 14:49:41 -03:00
Sebastian Utbult e4d54151d4
Update README.md
Added Simple-Router
2023-12-19 12:59:19 +01:00
Sebastian Utbult 767efa612b
Update README.md
Added bramus/router to the list of routers.
2023-12-19 12:56:09 +01:00
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ 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.
* [Router](https://github.com/bramus/router) - Simple PHP router.
* [Simple Router](https://github.com/skipperbent/simple-php-router) - A simple but feature rich PHP router.
### Templating
*Libraries and tools for templating and lexing.*