From 98c398f6241317e8df191f1775e81ba891802eb2 Mon Sep 17 00:00:00 2001 From: Evan Sharp Date: Thu, 21 Aug 2014 18:32:06 -0700 Subject: [PATCH] Contribute to README.md Added 'Flight PHP' to the list of micro-frameworks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d23ba3..734c452 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Bullet PHP](http://bulletphp.com/) - A micro 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. +* [Flight](http://flightphp.com/) - Simple & extensible framework for building RESTful web applications. ## Micro Framework Extras *Extras related to micro frameworks and routers.*