PHPackages                             sideclick/entity-helper-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. [Database &amp; ORM](/categories/database)
4. /
5. sideclick/entity-helper-bundle

ActivePackage[Database &amp; ORM](/categories/database)

sideclick/entity-helper-bundle
==============================

Bundle for Symfony 2.6+ which introduces entity helper classes for each Doctrine entity in your bundle

0.1.3(9y ago)3335MITPHPPHP &gt;=5.5

Since Sep 14Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Sideclick/EntityHelperBundle)[ Packagist](https://packagist.org/packages/sideclick/entity-helper-bundle)[ RSS](/packages/sideclick-entity-helper-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

EntityHelperBundle
==================

[](#entityhelperbundle)

Bundle for Symfony 2.6+ which introduces entity helper classes for each Doctrine entity in your bundle

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

[](#installation)

### Step 1: Add the following to the "require" section of composer.json

[](#step-1-add-the-following-to-the-require-section-of-composerjson)

```
"sideclick/entity-helper-bundle": "dev-master"

```

OR just require the bundle from the commandline

```
composer require sideclick/entity-helper-bundle

```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
