rindow / rindow-web-router
Rindow web routing engine
Installs: 191
Dependents: 6
Suggesters: 3
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rindow/rindow-web-router
Requires
- php: >=5.3.3
- interop-phpobjects/lenient-web: *
- rindow/rindow-stdlib: 1.*
Requires (Dev)
Suggests
- rindow/rindow-annotation: When using annotations
- rindow/rindow-container: It needs some service container
- rindow/rindow-module-yaml: When using Yaml
- rindow/rindow-web-http: Default http message library
This package is auto-updated.
Last update: 2025-09-29 02:43:10 UTC
README
Provides the ability to parse URIs and map paths to arguments to the MVC-controller.
Generally used as a routing engine of Web-MVC framework. The option to operate this module alone as micro-framework is also included.
The following four modes are available.
- Route definition by PHP array. Flexible injection is possible by definition injection.
- Supports route definition by annotation. You can embed settings directly into your source code, making development quick and easy.
- Route definition by YAML. People who love YAML can use it.
- Micro framework mode. A platform used for improvising very small code.