Описание тега symfony-forms
The Symfony form component is a standalone library that can be used outside of Symfony projects.
Symfony form component provides tools for defining forms, rendering and mapping request data to related models. The component focuses on processing data to and from your client and application, whether that data be from a normal form post or from an API. Furthermore it provides integration with the Validation component.