Why it exists
muRoute belongs to the small infrastructure-tools side of my work: utilities built to keep simple PHP projects structured without adopting a heavy framework.
Architecture
- Designed as a compact routing layer for PHP applications.
- Keeps project structure lightweight.
- Intended for cases where a full framework would be unnecessary.
Key features
- Minimal routing utility.
- Small footprint.
- Framework-light approach.
Design decisions
This page is intentionally concise until the repository documentation is expanded.