Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Routing Laravel Package

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.

View on GitHub
Deep Wiki
Context7

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.

  • Define routes with placeholders (e.g., /blog/{slug}) and defaults
  • Match request paths via UrlMatcher to extract parameters
  • Generate URLs via UrlGenerator from route names + params
  • Share runtime settings (host, scheme, base URL) through RequestContext
  • Organize multiple routes with RouteCollection
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport