PHPackages                             solidworx/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. [Templating &amp; Views](/categories/templating)
4. /
5. solidworx/form-handler-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

solidworx/form-handler-bundle
=============================

Easy form handling for Symfony forms

1.3.2(1y ago)765.4k↑262.5%11MITPHPPHP &gt;=7.1.0

Since Mar 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/SolidWorx/FormHandlerBundle)[ Packagist](https://packagist.org/packages/solidworx/form-handler-bundle)[ RSS](/packages/solidworx-form-handler-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (9)Versions (25)Used By (1)

FormHandlerBundle
=================

[](#formhandlerbundle)

[![Build Status](https://camo.githubusercontent.com/39add0af217c5788a501b8f544a31d3f42b73c819a5812a54ea8bb3a86b50f43/68747470733a2f2f7472617669732d63692e6f72672f536f6c6964576f72782f466f726d48616e646c657242756e646c652e737667)](https://travis-ci.org/SolidWorx/FormHandlerBundle)

The FormHandler component attempts to make controllers with basic form handlers cleaner by off-loading form handling to separate classes.

Table of Contents
=================

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
    - [Composer](#composer)
- [Usage](#usage)
- [Testing](#testing)
- [Contributing](#contributing)
- [Licence](#licence)

Requirements
------------

[](#requirements)

FormHandler requires PHP 7.1+ and Symfony 3.0+

Installation
------------

[](#installation)

### Composer

[](#composer)

```
$ composer require solidworx/form-handler-bundle:^1.0
```

Then register the bundle in your Symfony application:

```
