Add TreeRoute to Routers section

This commit is contained in:
Vadim Baryshev 2015-05-29 00:13:37 +03:00
parent 5bfc79401e
commit 37846fa5c7

View File

@ -146,6 +146,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route. * [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route.
* [Pux](https://github.com/c9s/Pux) - Another fast routing library. * [Pux](https://github.com/c9s/Pux) - Another fast routing library.
* [Klein](https://github.com/chriso/klein.php) - A flexible router. * [Klein](https://github.com/chriso/klein.php) - A flexible router.
* [TreeRoute](https://github.com/baryshev/TreeRoute) - Full-featured perfomance focused routing library.
## Templating ## Templating
*Libraries and tools for templating and lexing.* *Libraries and tools for templating and lexing.*