From 37846fa5c7d0927041a18c649f7bec2a0bfdfb2e Mon Sep 17 00:00:00 2001 From: Vadim Baryshev Date: Fri, 29 May 2015 00:13:37 +0300 Subject: [PATCH] Add TreeRoute to Routers section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6700390..c2ba2ea 100644 --- a/README.md +++ b/README.md @@ -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. * [Pux](https://github.com/c9s/Pux) - Another fast routing library. * [Klein](https://github.com/chriso/klein.php) - A flexible router. +* [TreeRoute](https://github.com/baryshev/TreeRoute) - Full-featured perfomance focused routing library. ## Templating *Libraries and tools for templating and lexing.*