Browse Source

Moved routers into their own category.

pull/279/merge
Jamie 11 years ago
parent
commit
c54c1becad
1 changed files with 8 additions and 2 deletions
  1. 8
    2
      README.md

+ 8
- 2
README.md View File

13
 	- [Framework Components](#framework-components)
13
 	- [Framework Components](#framework-components)
14
 	- [Micro Frameworks](#micro-frameworks)
14
 	- [Micro Frameworks](#micro-frameworks)
15
 	- [Micro Framework Extras](#micro-framework-extras)
15
 	- [Micro Framework Extras](#micro-framework-extras)
16
+    - [Routers](#routers)
16
 	- [Templating](#templating)
17
 	- [Templating](#templating)
17
 	- [Static Site Generators](#static-site-generators)
18
 	- [Static Site Generators](#static-site-generators)
18
 	- [HTTP](#http)
19
 	- [HTTP](#http)
126
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
127
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
127
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
128
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
128
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
129
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
129
-* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
130
-* [Pux](https://github.com/c9s/Pux) - Another fast routing library.
131
 
130
 
132
 ## Micro Framework Extras
131
 ## Micro Framework Extras
133
 *Extras related to micro frameworks and routers.*
132
 *Extras related to micro frameworks and routers.*
139
 * [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
138
 * [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
140
 * [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
139
 * [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim.
141
 
140
 
141
+## Routers
142
+**Libraries for handling application routing.**
143
+* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
144
+* [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route.
145
+* [Pux](https://github.com/c9s/Pux) - Another fast routing library.
146
+* [Klein](https://github.com/chriso/klein.php) - A flexible router.
147
+
142
 ## Templating
148
 ## Templating
143
 *Libraries and tools for templating and lexing.*
149
 *Libraries and tools for templating and lexing.*
144
 
150
 

Loading…
Cancel
Save