From de1e3f8491403778a69b2b14d625803a8a1b9d2b Mon Sep 17 00:00:00 2001 From: razonyang Date: Sun, 1 Oct 2017 22:15:28 +0800 Subject: [PATCH] Added Routing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0bffeb..1abbfaa 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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. +* [Routing](https://github.com/devlibs/routing) - A fast, flexible and scalable HTTP router for PHP. ## Templating *Libraries and tools for templating and lexing.*