symfony/routing
Maps an HTTP request to a set of configuration variables observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 5671
- days_rel: 11
- days_push: 11
- n_releases_24m: 58
Adoption not part of the score
7613 stars · 91 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The Symfony Routing component maps HTTP requests to configuration variables, matching incoming URLs against defined routes and generating URLs from route names. It is a standalone PHP library usable independently or as part of the Symfony framework.
Use cases
- match incoming http requests to controllers in php
- generate seo-friendly urls from route names
- define routes with yaml php or attributes
- validate route parameters and handle optional parameters
- implement localized and sub-domain routing
- build a custom php framework or microkernel
When to choose
- you need battle-tested routing in a PHP project
- you want URL matching and generation decoupled from a full framework
- you need localized, prefixed, or attribute-based route configuration
When to avoid
- your framework already bundles a router
- you need client-side or SPA routing
- you are not working in PHP
Facets
library · maturity stable
routing web-framework http-server web-development backend apis php cross-platform url-generation route-matching symfony-component router uri web-server
7 sources
- readme: https://github.com/symfony/routing · fetched 2026-08-28 · 911ef44c8948
- homepage: https://symfony.com/routing · fetched 2026-08-29 · ce96dd6ad37c
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/doc/current/routing.html · fetched 2026-08-29 · 5b2e7db63404
- site_page: https://symfony.com/projects/phpmyfaq · fetched 2026-08-29 · 5482cfc39f34
- site_page: https://symfony.com/releases · fetched 2026-08-29 · f109a7a4a5da
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · f34945599288
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/routing | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem