darkwebdesign / symfony-addon-form-types
Symfony Add-on Form Types
Package info
github.com/darkwebdesign/symfony-addon-form-types
pkg:composer/darkwebdesign/symfony-addon-form-types
v7.4.0
2026-02-11 13:50 UTC
Requires
- php: ^8.2
- symfony/event-dispatcher: 7.4.*
- symfony/form: 7.4.*
- symfony/options-resolver: 7.4.*
Requires (Dev)
- darkwebdesign/symfony-addon-transformers: 7.4.*
- doctrine/orm: ^2.7
- friendsofphp/php-cs-fixer: ^3.93
- maglnet/composer-require-checker: ^4.17
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- phpstan/phpstan-doctrine: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-symfony: ^2.0
- phpunit/phpunit: ^10.5
- rector/rector: ^2.3
Suggests
- darkwebdesign/symfony-addon-pack: All Symfony add-ons bundled together
- darkwebdesign/symfony-addon-transformers: Required for BooleanType and EntityType
- doctrine/orm: Required for EntityType
Conflicts
- doctrine/orm: <2.7
This package is auto-updated.
Last update: 2026-06-11 15:12:40 UTC
README
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.
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
$schemakeyword property.
License
Symfony Add-on Form Types is licensed under the MIT License - see the LICENSE file for details.