We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There is a need for simple routing, and that is just a standard .php/.yml file with an array of regex based definitions.
There is also a need for individual classes for each route, specifically a Route class, with a RouteCollection (manager class for all the routes).
The first option of .yml/.php array will go through a parser and inevitably create these Route objects automatically.