darkwebdesign / symfony-addon-form-types
Symfony Add-on Form Types
v7.1.0
2024-06-03 06:04 UTC
Requires
- php: ^8.2
- symfony/event-dispatcher: 7.1.*
- symfony/form: 7.1.*
- symfony/options-resolver: 7.1.*
Requires (Dev)
- darkwebdesign/symfony-addon-transformers: 7.1.*
- doctrine/orm: ^2.7
- friendsofphp/php-cs-fixer: ^3.58
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.11
- phpstan/phpstan-doctrine: ^1.4
- phpstan/phpstan-phpunit: ^1.4
- phpstan/phpstan-symfony: ^1.4
- phpunit/phpunit: ^10.5
- rector/rector: ^1.1
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
- dev-main
- 7.1.x-dev
- v7.1.0
- 7.0.x-dev
- v7.0.0
- 6.4.x-dev
- v6.4.0
- 6.3.x-dev
- v6.3.0
- 6.2.x-dev
- v6.2.0
- 6.1.x-dev
- v6.1.1
- v6.1.0
- 6.0.x-dev
- v6.0.0
- 5.4.x-dev
- v5.4.0
- 5.3.x-dev
- v5.3.0
- 5.2.x-dev
- v5.2.1
- v5.2.0
- 5.1.x-dev
- v5.1.0
- 5.0.x-dev
- v5.0.0
- 4.4.x-dev
- v4.4.0
- 4.3.x-dev
- v4.3.0
- 4.2.x-dev
- v4.2.1
- v4.2.0
- 4.1.x-dev
- v4.1.0
- 4.0.x-dev
- v4.0.1
- v4.0.0
- 3.4.x-dev
- v3.4.1
- v3.4.0
- 3.3.x-dev
- v3.3.0
- 3.2.x-dev
- v3.2.0
- 3.1.x-dev
- v3.1.1
- v3.1.0
- 3.0.x-dev
- v3.0.1
- v3.0.0
- 2.8.x-dev
- v2.8.5
- v2.8.4
- v2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.x-dev
- v2.7.5
- v2.7.4
- v2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.x-dev
- v2.6.5
- v2.6.4
- v2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.x-dev
- v2.5.5
- v2.5.4
- v2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.x-dev
- v2.4.5
- v2.4.4
- v2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.x-dev
- v2.3.5
- v2.3.4
- v2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
This package is auto-updated.
Last update: 2024-11-03 08:23:31 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
$schema
keyword property.
License
Symfony Add-on Form Types is licensed under the MIT License - see the LICENSE
file for details.