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

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

snide/extra-form-bundle
=======================

extra form type bundle

12151JavaScript

Since Apr 20Pushed 9y agoCompare

[ Source](https://github.com/pdenis/SnideExtraFormBundle)[ Packagist](https://packagist.org/packages/snide/extra-form-bundle)[ RSS](/packages/snide-extra-form-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SnideExtraFormBundle
====================

[](#snideextraformbundle)

Extra form types for symfony 2

[![Scrutinizer Quality Score](https://camo.githubusercontent.com/8542030c52df2e968d057cfa1a2bf794789057b9423fafd429eb39deee87be36/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7064656e69732f4578747261466f726d42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d35373166333163653130373961626632643230306332666666623433323062323434626538353333)](https://scrutinizer-ci.com/g/pdenis/ExtraFormBundle/)

features
--------

[](#features)

- Double list type based on jQuery multiselect2side plugin

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

[](#installation)

### Installation by Composer

[](#installation-by-composer)

If you use composer, add ExtraFormBundle bundle as a dependency to the composer.json of your application

```
    "require": {
        ...
        "snide/extra-form-bundle": "dev-master"
        ...
    },
```

Add SnideExtraFormBundle to your application kernel.

```
// app/AppKernel.php
