https://github.com/rindow/rindow-web-router
Rindow web routing engine
https://github.com/rindow/rindow-web-router
framework php routing-engine
Last synced: about 1 year ago
JSON representation
Rindow web routing engine
- Host: GitHub
- URL: https://github.com/rindow/rindow-web-router
- Owner: rindow
- License: bsd-3-clause
- Created: 2019-05-07T07:13:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T02:16:36.000Z (about 6 years ago)
- Last Synced: 2025-01-27T16:49:24.387Z (over 1 year ago)
- Topics: framework, php, routing-engine
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rindow web routing engine
=========================
Master: [](https://travis-ci.com/rindow/rindow-web-router)
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.