Add RapidRoute library

This commit is contained in:
Elliot Levin 2015-06-22 23:33:37 +10:00
parent 9776625262
commit a59f4c64c4

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.
* [RapidRoute](https://github.com/TimeToogo/RapidRoute) - Another fast router library.
## Templating ## Templating
*Libraries and tools for templating and lexing.* *Libraries and tools for templating and lexing.*