Update README.md

Added Simple-Router
This commit is contained in:
Sebastian Utbult 2023-12-19 12:59:19 +01:00 committed by GitHub
parent 767efa612b
commit e4d54151d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -188,11 +188,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
*Libraries for handling application routing.*
* [Aura.Router](https://github.com/auraphp/Aura.Router) - A full-featured routing library.
* [Router](https://github.com/bramus/router) - Simple PHP router.
* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
* [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.*