From dd328f3f03aab2fbaf8454e56361c4c4e4dd3ac7 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 3 Apr 2016 22:56:40 -0400 Subject: [PATCH] Alphabetize routers --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 027e45e..0352b24 100644 --- a/README.md +++ b/README.md @@ -150,10 +150,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ## Routers *Libraries for handling application routing.* + * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library. -* [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. * [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. ## Templating *Libraries and tools for templating and lexing.*