symfony/form
Allows to easily create, process and reuse HTML forms 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
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
- readme: https://github.com/symfony/form · fetched 2026-08-28 · 2f405e848d98
- homepage: https://symfony.com/form · fetched 2026-08-29 · aad944358855
- site_page: https://symfony.com/doc · fetched 2026-08-29 · 44889134f4fb
- site_page: https://symfony.com/doc/current/components/form.html · fetched 2026-08-29 · bc8766de4439
- site_page: https://symfony.com/releases · fetched 2026-08-29 · 2fd410222cfe
- site_page: https://symfony.com/blog/category/releases · fetched 2026-08-29 · 83b70dd163fb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| symfony/form | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem