Ross ROSS = Recommend OSS · open-source software intelligence for agents

symfony/routing

Maps an HTTP request to a set of configuration variables observed · 2026-08-28

github.com/symfony/routing · homepage · PHP · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
symfony/routingmain99

For agents

markdown · JSON · MCP: product_card(name="symfony/routing")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem