gcworld / routing
GCWorld Industries 路由
5.3.4
2024-09-10 18:00 UTC
Requires
- php: >=8.0
- ext-json: *
- ext-redis: *
- gcworld/interfaces: >=3.3.1
- gcworld/utilities: >=2.0
- phpdocumentor/reflection-docblock: ^5.3
- riimu/kit-phpencoder: ^2.3
Requires (Dev)
- gcworld/database: >=1.1
Suggests
- ext-redis: Redis Caching
- gcworld/database: the actual database class we are using for logging
- dev-master
- 5.3.4
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.5
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.7.3
- 4.7.2
- 4.7.1
- 4.7.0
- 4.6.0
- 4.5.5
- 4.5.4
- 4.5.3
- 4.5.2
- 4.5.1
- 4.5.0
- 4.4.9
- 4.4.8
- 4.4.7
- 4.4.6
- 4.4.5
- 4.4.4
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.10
- 4.1.9
- 4.1.8
- 4.1.7
- 4.1.6
- 4.1.5.3
- 4.1.5.2
- 4.1.5.1
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- 3.7.5.1
- 3.7.5
- 3.7.4
- 3.7.3.2
- 3.7.3.1
- 3.7.3
- 3.7.2
- 3.7.1.2
- 3.7.1.1
- 3.7.1
- 3.7.0
- 3.6.3
- 3.6.2.1
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.0.1
- 3.4.0
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1.1
- 3.3.1
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0.1
- 3.2.0
- 3.1.5.2
- 3.1.5.1
- 3.1.5
- 3.1.4.1
- 3.1.4
- 3.1.3.1
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0.1
- 3.1
- 3.0.1.1
- 3.0.1
- 3.0.0.1
- 3.0.0
- 2.6.0.3
- 2.6.0.2
- 2.6.0.1
- 2.6.0
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.1
- 2.2.0-alpha
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-09-11 13:28:21 UTC
README
GCWorld 路由器旨在作为一个仅静态的路由系统,用于前端控制器。它包含以下特性:
- 多路由管理
- 自动会话启动
- 自动化的 PEX 权限测试,包括访问替换密钥
- lintFile 函数,用于帮助解决路由问题。
钩子
- before_request
- pre-session_start
- post-session_start
- 403
- 403_pex (非自动化)
- before_handler (在实例化时运行)
- after_handler (实例化后运行)
- before_request_method
- after_request_method
- 404
- after_output
待办事项
- 添加跟踪路由处理时间的支持(实例化前后微时间)
版本
5.3.4