PHPackages                             choros/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. choros/form-bundle

ActiveSymfony-bundle

choros/form-bundle
==================

Extra form types for your Symfony2 projects

v2.2.3(11y ago)082MITPHPPHP &gt;=5.3.2

Since Oct 31Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Choros/GenemuFormBundle)[ Packagist](https://packagist.org/packages/choros/form-bundle)[ RSS](/packages/choros-form-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (13)Used By (0)

\#FormBundle

[![Build Status](https://camo.githubusercontent.com/9f0c3f39bf2f884995735e23f623908f3056c781900530aa362740e471fa0929/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f67656e656d752f47656e656d75466f726d42756e646c652e706e67)](https://travis-ci.org/genemu/GenemuFormBundle)

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

[](#installation)

Installation is quick and easy, 3 steps process

1. Install GenemuFormBundle
2. Enable the bundle
3. Initialize assets

### Step 1: Install GenemuFormBundle

[](#step-1-install-genemuformbundle)

Add the following dependency to your composer.json file:

```
{
    "require": {
        "_some_packages": "...",

        "genemu/form-bundle": "2.1.*" => for Symfony 2.1 and 2.2

        "genemu/form-bundle": "2.2.*" => for Symfony 2.3
    }
}
```

### Step 2: Enable the bundle

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

Finally, enable the bundle in the kernel:

```
