|
|
@@ -198,6 +198,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
198
|
198
|
* [Klein](https://github.com/klein/klein.php) - A flexible router.
|
|
199
|
199
|
* [Pux](https://github.com/c9s/Pux) - Another fast routing library.
|
|
200
|
200
|
* [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route.
|
|
|
201
|
+* [Router](https://github.com/bramus/router) - Simple PHP router.
|
|
|
202
|
+* [Simple Router](https://github.com/skipperbent/simple-php-router) - A simple but feature rich PHP router.
|
|
201
|
203
|
|
|
202
|
204
|
### Templating
|
|
203
|
205
|
*Libraries and tools for templating and lexing.*
|