runroom-packages / form-handler-bundle
Alternative way to handle forms in Symfony
Package info
github.com/Runroom/RunroomFormHandlerBundle
Type:symfony-bundle
pkg:composer/runroom-packages/form-handler-bundle
Requires
- php: ^8.1
- symfony/config: ^6.4 || ^7.1
- symfony/dependency-injection: ^6.4 || ^7.1
- symfony/event-dispatcher: ^6.4 || ^7.1
- symfony/form: ^6.4 || ^7.1
- symfony/http-foundation: ^6.4 || ^7.1
- symfony/http-kernel: ^6.4 || ^7.1
Requires (Dev)
This package is auto-updated.
Last update: 2026-05-31 00:23:17 UTC
README
This bundle gives a tool to handle with Forms on Symfony without having to rewrite a lot of logic that it is always the same.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
composer require runroom-packages/form-handler-bundle
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php file of your project:
// config/bundles.php return [ // ... Runroom\RenderEventBundle\RunroomFormHandlerBundle::class => ['all' => true], ];
Contribute
The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on runroom/runroom-packages.
License
This bundle is under the MIT license.