From 38b1f6430b22891942332cd91500ccf2f4418cf7 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 26 May 2014 17:55:44 -0600 Subject: [PATCH] Add micro framework suggestions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fc06d2..c2633ea 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components. * [Slim](http://www.slimframework.com/) - Another simple micro framework. * [Bullet PHP](http://bulletphp.com/) - A mico framework for building REST APIs. +* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library. * [Pux](https://github.com/c9s/Pux) - Another fast routing library. ## Micro Framework Extras