PHPackages                             technetium/expanded-collection-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. technetium/expanded-collection-bundle

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

technetium/expanded-collection-bundle
=====================================

Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list

v0.1.0(10y ago)026MITPHP

Since Apr 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/technetium/ExpandedCollectionBundle)[ Packagist](https://packagist.org/packages/technetium/expanded-collection-bundle)[ RSS](/packages/technetium-expanded-collection-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Expanded Collection List
========================

[](#expanded-collection-list)

[![Symfony expanded list](https://raw.githubusercontent.com/abdielcs/ExpandedCollectionBundle/master/Resources/doc/images/expanded-checkbox-list.png)](https://raw.githubusercontent.com/abdielcs/ExpandedCollectionBundle/master/Resources/doc/images/expanded-checkbox-list.png)

Symfony 2 and 3 bundle for rendering a collection of entities as an expanded selectable list. Include some usefull form types extending the native entity form field, so all entity options could by used (like query\_builder), except expanded and multiple, since all the bundle types are based in those options setted to true. Read more about [entity type field](http://symfony.com/doc/current/reference/forms/types/entity.html).

**Features**

- [Be able to configure wich entity properties or get method should be rendered and how.](Resources/doc/1-fields-configuration.md)
- [Render a collection of entities as an expanded checkbox list.](Resources/doc/2-expanded-onetomany.md)
- [Handling ManyToMany related collection as an expanded checkbox list.](Resources/doc/3-expanded-manytomany.md)
- [Support for bootstrap 3 symfony theme.](Resources/doc/4-bootstrap-3-example.md)

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

[](#installation)

### Step 1: Download the Bundle

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

```
$ composer require abdielcs/expanded-collection-bundle
```

This command requires you to have Composer installed globally, as explained in the [Composer documentation](https://getcomposer.org/doc/00-intro.md).

### Step 2: Enable the Bundle

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

```
