PHPackages                             geosocio/entity-attacher-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. [Framework](/categories/framework)
4. /
5. geosocio/entity-attacher-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

geosocio/entity-attacher-bundle
===============================

Symfony Bundle for Attaching Entities

2.0.1(8y ago)1248LGPL-3.0-onlyPHP

Since Jul 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/geosocio/entity-attacher-bundle)[ Packagist](https://packagist.org/packages/geosocio/entity-attacher-bundle)[ RSS](/packages/geosocio-entity-attacher-bundle/feed)WikiDiscussions develop Synced 2d ago

READMEChangelogDependencies (5)Versions (9)Used By (0)

Entity Attacher Bundle [![Build Status](https://camo.githubusercontent.com/8e8aef4603281e375e1abe9673511e2ee31f35fa1b3d75ad2e1fe2904099e27e/68747470733a2f2f7472617669732d63692e6f72672f67656f736f63696f2f656e746974792d61747461636865722d62756e646c652e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/geosocio/entity-attacher-bundle) [![Coverage Status](https://camo.githubusercontent.com/0ba2614b38e7bb7e3b8ef256977a1c5f50686a4fd66441ac9918d274d75de404/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f67656f736f63696f2f656e746974792d61747461636865722d62756e646c652f62616467652e737667)](https://coveralls.io/github/geosocio/entity-attacher-bundle)
===================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#entity-attacher-bundle--)

A Syfmony Bundle for the [Entity Attacher](https://github.com/geosocio/entity-attacher) library.

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:

```
composer require geosocio/entity-attacher-bundle
```

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

### 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:

```
