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

symfony/form

Allows to easily create, process and reuse HTML forms observed · 2026-08-28

github.com/symfony/form · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • 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: 7
  • n_releases_24m: 72

Full methodology

Adoption not part of the score

2765 stars · 109 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

The Symfony Form component is a PHP library for creating, processing, and reusing HTML forms. It handles rendering form fields, validating submitted data, CSRF protection, and mapping form data to objects.

Use cases

  • create and process HTML forms in PHP
  • map submitted form data to objects
  • validate form input server-side
  • render forms with Twig templates
  • add CSRF protection to forms
  • reuse form types across a Symfony application
  • build forms without a data class

When to choose

  • you are building a Symfony application and need form handling
  • you want server-side validation and data mapping integrated with form rendering
  • you need complex, reusable form types in PHP

When to avoid

  • you are building a JavaScript SPA that only needs a backend API
  • you want a lightweight form builder for a non-PHP stack
  • you only need simple static HTML forms without processing logic

Facets

library · maturity stable

form-handling templating web-development backend php symfony-component html-forms csrf-protection data-mapping php web-server

6 sources

Member repositories

RepositoryRoleHealth v2
symfony/formmain95

For agents

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

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