sensiolabs-de / rich-model-forms-bundle
Provides additional data mapper options that ease the use of the Symfony Form component with rich models.
Installs: 99 803
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1.3||^8.0
- psr/container: ^1.0
- symfony/config: ^4.4||^5.0
- symfony/dependency-injection: ^4.4||^5.0
- symfony/deprecation-contracts: ^2.1
- symfony/form: ^4.4||^5.0
- symfony/framework-bundle: ^4.4||^5.0
- symfony/http-kernel: ^4.4||^5.0
- symfony/options-resolver: ^4.4||^5.0
- symfony/property-access: ^4.4||^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpstan/phpstan: ^0.12.4
- symfony/phpunit-bridge: ^4.4||^5.0
- symfony/translation: ^4.4||^5.0
README
The Rich Model Forms Bundle enhances the Symfony Form component with useful options that ease the work with rich domain models.
Installation
Use Composer to install the bundle:
$ composer require sensiolabs-de/rich-model-forms-bundle
When using Symfony Flex, the bundle will be enabled automatically. Otherwise, you need to make sure that the bundle is registered in your application kernel.
Usage
The bundle currently supports the following use cases: