PHPackages                             paneedesign/discriminator-map-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. paneedesign/discriminator-map-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

paneedesign/discriminator-map-bundle
====================================

Dynamic DiscriminatorMap extender for Symfony with Doctrine ORM

v1.0.4(6y ago)28.0k↑100%31MITPHPPHP ^5.6|^7.0

Since Dec 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/paneedesign/discriminator-map-bundle)[ Packagist](https://packagist.org/packages/paneedesign/discriminator-map-bundle)[ Docs](http://www.paneedesign.com/)[ RSS](/packages/paneedesign-discriminator-map-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (1)

Welcome to Discriminator Map Bundle 👋
=====================================

[](#welcome-to-discriminator-map-bundle-)

 [![Version](https://camo.githubusercontent.com/92d44ca3dab434769326c164dcfe42a08330aa1dfc804edbd4e9eae6b1011b98/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e342d626c75652e7376673f63616368655365636f6e64733d32353932303030)](https://camo.githubusercontent.com/92d44ca3dab434769326c164dcfe42a08330aa1dfc804edbd4e9eae6b1011b98/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e342d626c75652e7376673f63616368655365636f6e64733d32353932303030) [ ![Documentation](https://camo.githubusercontent.com/5391604d1e8f886512ab4eeeb3922f4d58a8fac27454e641b1b39c65f51c4d6b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63756d656e746174696f6e2d7965732d627269676874677265656e2e737667) ](https://github.com/paneedesign/discriminator-map-bundle) [ ![Twitter: dr_thief](https://camo.githubusercontent.com/5e9af11c5ebc052123f4b159c0126f7da4c088249560ef668df9565220c10730/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f64725f74686965662e7376673f7374796c653d736f6369616c) ](https://twitter.com/dr_thief)

> Dynamic DiscriminatorMap extender for Symfony with Doctrine ORM.

### 🏠 [Homepage](https://crm.humanvsmachine.co)

[](#-homepage)

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

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

Install via Composer:

```
composer require paneedesign/discriminator-map-bundle
```

Or add this to your composer.json and run `composer update`:

```
"require": {
    "paneedesign/discriminator-map-bundle": "^1.0"
}
```

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:

```
