|
|
|
|
|
|
150
|
|
150
|
|
|
151
|
## Routers
|
151
|
## Routers
|
|
152
|
*Libraries for handling application routing.*
|
152
|
*Libraries for handling application routing.*
|
|
|
|
153
|
+
|
|
153
|
* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
|
154
|
* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
|
|
154
|
-* [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route.
|
|
|
|
155
|
-* [Pux](https://github.com/c9s/Pux) - Another fast routing library.
|
|
|
|
156
|
* [Klein](https://github.com/klein/klein.php) - A flexible router.
|
155
|
* [Klein](https://github.com/klein/klein.php) - A flexible router.
|
|
|
|
156
|
+* [Pux](https://github.com/c9s/Pux) - Another fast routing library.
|
|
|
|
157
|
+* [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route.
|
|
157
|
|
158
|
|
|
158
|
## Templating
|
159
|
## Templating
|
|
159
|
*Libraries and tools for templating and lexing.*
|
160
|
*Libraries and tools for templating and lexing.*
|