laminas/laminas-router
Laminas Router provides flexible HTTP routing for PHP apps. Build routes from config or code, match incoming requests to controllers/handlers, and assemble URLs from route names and parameters. Supports segment, literal, regex, and more route types.
Architecture fit: Strong for Laminas MVC or PSR-7 middleware stacks (e.g., Mezzio), but poor for non-PSR frameworks like Laravel or Symfony. The package is designed for composable PHP components, making it ideal for Laminas ecosystems but requiring significant adaptation for other stacks.
Integration feasibility: High in native Laminas projects (seamless via Composer), moderate for
How can I help you explore Laravel packages today?