diff --git a/README.md b/README.md index 9fc0c27..d7dc792 100644 --- a/README.md +++ b/README.md @@ -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.*