PHPackages                             runroom-packages/form-handler-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. runroom-packages/form-handler-bundle

ActiveSymfony-bundle

runroom-packages/form-handler-bundle
====================================

Alternative way to handle forms in Symfony

0.21.0(7mo ago)176.9k—0%1MITPHPPHP ^8.1

Since Mar 19Pushed 7mo ago4 watchersCompare

[ Source](https://github.com/Runroom/RunroomFormHandlerBundle)[ Packagist](https://packagist.org/packages/runroom-packages/form-handler-bundle)[ Docs](https://github.com/runroom/RunroomFormHandlerBundle)[ RSS](/packages/runroom-packages-form-handler-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (56)Used By (1)

RunroomFormHandlerBundle
========================

[](#runroomformhandlerbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/25a13fceec8472f7f3166feacc3daa012bef7fab9156df46daf96bcd06ff4701/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f666f726d2d68616e646c65722d62756e646c652f762f737461626c65)](https://packagist.org/packages/runroom-packages/form-handler-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/d33afafd0a2f5876dd10c109ef7b5dc1bde0974f6f5d2fe3a3524f2f026175e3/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f666f726d2d68616e646c65722d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/runroom-packages/form-handler-bundle)[![License](https://camo.githubusercontent.com/0904a592f4d423066fa5d97cc5f88d8c2fb79e88c372628fd271c1142853cb83/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f666f726d2d68616e646c65722d62756e646c652f6c6963656e7365)](https://packagist.org/packages/runroom-packages/form-handler-bundle)

[![Total Downloads](https://camo.githubusercontent.com/5d040eaa9eeb30764804e9e75d3fa64323b25367f142847c149431d62bf22dba/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f666f726d2d68616e646c65722d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/runroom-packages/form-handler-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/e4200ccb0710cfb5f376d249502f25e6361b9ff9b43c5f324d5ca3789b9ba79c/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f666f726d2d68616e646c65722d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/runroom-packages/form-handler-bundle)[![Daily Downloads](https://camo.githubusercontent.com/7b373155f148d18c296d2e353b1b7381dc956812b0968cbe5903632b85f27048/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f666f726d2d68616e646c65722d62756e646c652f642f6461696c79)](https://packagist.org/packages/runroom-packages/form-handler-bundle)

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
------------

[](#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

[](#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
----------

[](#contribute)

The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on [runroom/runroom-packages](https://github.com/Runroom/runroom-packages).

License
-------

[](#license)

This bundle is under the [MIT license](LICENSE).

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance64

Regular maintenance activity

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~37 days

Recently: every ~112 days

Total

55

Last Release

218d ago

PHP version history (4 changes)0.3.0PHP ^7.3

0.9.1PHP ^7.3 || ^8.0

v0.10.0PHP ^7.4 || ^8.0

0.17.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/33302a19f0ac61f85039144cddb66a44136f96aa64a72e4d3167c6d8f15b59ac?d=identicon)[jordism91](/maintainers/jordism91)

---

Top Contributors

[![jenkins-runroom](https://avatars.githubusercontent.com/u/62430145?v=4)](https://github.com/jenkins-runroom "jenkins-runroom (75 commits)")[![jordisala1991](https://avatars.githubusercontent.com/u/1137485?v=4)](https://github.com/jordisala1991 "jordisala1991 (30 commits)")

---

Tags

formhandlerphpsymfonysymfony-bundlesymfonyhandlerform

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/runroom-packages-form-handler-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/runroom-packages-form-handler-bundle/health.svg)](https://phpackages.com/packages/runroom-packages-form-handler-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M309](/packages/easycorp-easyadmin-bundle)[a2lix/translation-form-bundle

Translate your doctrine objects easily with some helpers

3376.9M38](/packages/a2lix-translation-form-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[pugx/autocompleter-bundle

Add an autocomplete type to forms

93861.6k3](/packages/pugx-autocompleter-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
