Symfony Add-on Form Types is a collection of extra Symfony form field types that you can use in your Symfony applications.
Learn more about it in its documentation.
- BirthdayType, handles birthday data.
- BooleanType, transforms a user selected value into a boolean.
- EntityType, transforms a user entered identifier into a Doctrine entity.
- UnstructuredType, handles unstructured data.
- BooleanToYesNoSubscriber, rewrites boolean values to "yes" or "no", to be used with the
BooleanType
. - JsonSchemaSubscriber, rewrites the JSON Schema
$schema
keyword property.
Symfony Add-on Form Types is licensed under the MIT License - see the LICENSE
file for details.