Libraries tagged by FastRoute
stylish99/klein
5360 Downloads
A lightning fast router for PHP
northwoods/router
1413 Downloads
Fast router for PSR-15 request handlers
niahoo/altorouter
10292 Downloads
A lightning fast router for PHP
pmvc-plugin/fast_route
982 Downloads
PMVC plugin for nikic/fast_route
phalapi/fast-route
2822 Downloads
PhalApi 2.x 扩展类库 - FastRoute路由,可以通过配置实现自定义路由配置,从而轻松映射到PhalApi中的service接口服务。
iagapie/fast-route-attribute
29 Downloads
FastRoute - PHP 8 Attribute
danbruce/fast-route
3729 Downloads
Fast request router for PHP 5.3+
zaphyr-org/router
130 Downloads
PSR-7 router supporting attribute-based routing, complete with PSR-15 middleware and PSR-11 container support, all built upon the foundation of FastRoute.
thruster/http-router
788 Downloads
Thruster HttpRouter Component (PSR-7 and FastRoute based router)
mongdch/fapi
217 Downloads
the fast php api routing framework
karelwintersky/arris.router
311 Downloads
Arris Application µFramework - AppRouter class
juneszh/alight-project
32 Downloads
Alight Project is a project template with Alight framework.
wandu/router
2946 Downloads
FastRoute with PSR-7 Wrapper Library.
zqhong/route
59 Downloads
A route inspired by nikic/fast-route
yjx/easy-router
12 Downloads
学习构建路由的练手作, 核心正则"参考" nikic/fast-route. 增加了部分语法糖, 同时占位符类型定义中允许使用分组等, 未使用 FastRoute 的分块合并正则表达式方法, 因此不适用于要求性能的项目.