https://github.com/darkwebdesign/symfony-addon-form-types
Symfony Add-on Form Types [READ-ONLY] Subtree split of https://github.com/darkwebdesign/symfony-addon-pack
https://github.com/darkwebdesign/symfony-addon-form-types
form-types php symfony
Last synced: 5 months ago
JSON representation
Symfony Add-on Form Types [READ-ONLY] Subtree split of https://github.com/darkwebdesign/symfony-addon-pack
- Host: GitHub
- URL: https://github.com/darkwebdesign/symfony-addon-form-types
- Owner: darkwebdesign
- License: mit
- Created: 2017-01-17T15:52:45.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T15:37:21.000Z (5 months ago)
- Last Synced: 2026-02-10T18:53:01.972Z (5 months ago)
- Topics: form-types, php, symfony
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony Add-on Form Types
[](https://packagist.org/packages/darkwebdesign/symfony-addon-form-types)
[](https://packagist.org/packages/darkwebdesign/symfony-addon-form-types)
[](https://packagist.org/packages/darkwebdesign/symfony-addon-form-types)
[](https://github.com/darkwebdesign/symfony-addon-form-types/actions/workflows/build.yaml)
[](https://codecov.io/gh/darkwebdesign/symfony-addon-form-types)
[](https://php.net/)
[](https://symfony.com/)
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](https://darkwebdesign.github.io/symfony-addon-pack/docs/7.4).
## Features
### Form Field Types
* 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.
### Form Field Event Subscribers
* BooleanToYesNoSubscriber, rewrites boolean values to "yes" or "no", to be used with the `BooleanType`.
* JsonSchemaSubscriber, rewrites the JSON Schema `$schema` keyword property.
## License
Symfony Add-on Form Types is licensed under the MIT License - see the `LICENSE` file for details.