jsc-php / router2
My web router
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/jsc-php/router2
Requires
- php: >=8.4
This package is auto-updated.
Last update: 2026-01-29 13:02:55 UTC
README
This is my router for my own personal projects
Notes
- This router is designed to be used with PHP 8.1 or higher
- It supports route definitions using attributes
- The router can be configured to scan multiple directories for route classes
- Routes are matched based on HTTP method and URL path
- The router can be used in a web application or as a standalone tool