Added a route

This commit is contained in:
zqhong 2017-03-09 21:35:02 +08:00 committed by GitHub
parent 89fcef4b1f
commit a360543be6

View File

@ -156,6 +156,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library. * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
* [Klein](https://github.com/klein/klein.php) - A flexible router. * [Klein](https://github.com/klein/klein.php) - A flexible router.
* [Route - zqhong](https://github.com/zqhong/route) - A fast router, exceed Fast Route.
* [Pux](https://github.com/c9s/Pux) - Another fast routing library. * [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. * [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route.