Browse Source

Add micro framework suggestions.

pull/95/head
Jamie 11 years ago
parent
commit
38b1f6430b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

101
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
101
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
102
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
102
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
103
 * [Bullet PHP](http://bulletphp.com/) - A mico framework for building REST APIs.
103
 * [Bullet PHP](http://bulletphp.com/) - A mico framework for building REST APIs.
104
+* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
104
 * [Pux](https://github.com/c9s/Pux) - Another fast routing library.
105
 * [Pux](https://github.com/c9s/Pux) - Another fast routing library.
105
 
106
 
106
 ## Micro Framework Extras
107
 ## Micro Framework Extras

Loading…
Cancel
Save