PHPackages                             xm/form-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. xm/form-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

xm/form-bundle
==============

A few helpers to make processing (creating, saving, errors, etc) forms simpler.

1.1.2(8y ago)0322MITPHPPHP ^5.6 || ^7.0

Since Jul 18Pushed 8y ago2 watchersCompare

[ Source](https://github.com/xmmedia/XMFormBundle)[ Packagist](https://packagist.org/packages/xm/form-bundle)[ Docs](https://github.com/xmmedia/XMFormBundle)[ RSS](/packages/xm-form-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (8)Versions (5)Used By (0)

XMFormBundle
============

[](#xmformbundle)

A few helpers to make processing (creating, saving, errors, etc) forms simpler.

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ php composer.phar require xm/form-bundle
```

This command requires [Composer](https://getcomposer.org/download/).

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
