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

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

xiidea/easy-form-bundle
=======================

A Symfony2 Bundle provide some extra form types.

451PHP

Since Jan 25Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

EasyFormBundle
==============

[](#easyformbundle)

A Symfony2 Bundle provide some extra form type.

Install
-------

[](#install)

1. Add EasyFormBundle in your composer.json
2. Enable the Bundle
3. Use the registered types

### 1. Add EasyFormBundle in your composer.json

[](#1-add-easyformbundle-in-your-composerjson)

Add EasyFormBundle in your composer.json:

```
{
    "require": {
        "xiidea/easy-form-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update xiidea/easy-form-bundle
```

Composer will install the bundle to your project's `vendor/xiidea` directory.

### 2. Enable the Bundle

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

```
