symfony/routing
Symfony Routing maps HTTP requests to configuration variables via flexible route definitions. Match incoming paths to controllers and parameters, and generate URLs from named routes using RouteCollection, UrlMatcher, UrlGenerator, and RequestContext.
Symfony’s Routing Component maps an incoming HTTP request to a set of parameters (like _controller, route name, and variables) using a configurable collection of routes. It also generates clean, consistent URLs from route definitions and parameters, making it useful both in full Symfony apps and standalone PHP projects.
/blog/{slug}) and defaultsHow can I help you explore Laravel packages today?