qossmic / rich-model-forms-bundle
Provides additional data mapper options that ease the use of the Symfony Form component with rich models.
Installs: 233 993
Dependents: 0
Suggesters: 0
Security: 0
Stars: 217
Watchers: 11
Forks: 11
Open Issues: 6
Type:symfony-bundle
Requires
- php: ^7.4||^8.0
- psr/container: ^1.0||^2.0
- symfony/config: ^5.4||^6.0
- symfony/dependency-injection: ^5.4||^6.0
- symfony/form: ^5.4||^6.0
- symfony/framework-bundle: ^5.4||^6.0
- symfony/http-kernel: ^5.4||^6.0
- symfony/options-resolver: ^5.4||^6.0
- symfony/property-access: ^5.4.5||^6.0.5
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4
- phpstan/phpstan: ^1.7.11
- symfony/phpunit-bridge: ^5.4
- symfony/translation: ^5.4||^6.0
Conflicts
This package is auto-updated.
Last update: 2024-10-16 14:27:20 UTC
README
A message to Russian 🇷🇺 people
If you currently live in Russia, please read this message.
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 qossmic/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: