PHPackages                             devhelp/mixed-mapping-driver-demo-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. devhelp/mixed-mapping-driver-demo-bundle

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

devhelp/mixed-mapping-driver-demo-bundle
========================================

07PHP

Since Jun 18Pushed 13y ago1 watchersCompare

[ Source](https://github.com/devhelp/MixedMappingDriverDemoBundle)[ Packagist](https://packagist.org/packages/devhelp/mixed-mapping-driver-demo-bundle)[ RSS](/packages/devhelp-mixed-mapping-driver-demo-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Credits
-------

[](#credits)

Bundle brought to you by : Devhelp.pl ()

Purpose
-------

[](#purpose)

This is a simple demo of how doctrine in symfony handles case when on entity is mapped using annotation, yaml and xml at one time.

SPOILER ALERT !

It doesn't handle it ;) You can have the same entity mapped only using one of the drivers not mixing many of them

SPOILER ALERT ! - END

Basically, this is the order of mapping drivers. It the earlier does not exist then the next one is applied

- XML
- YAML
- Annotations

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

[](#installation)

### Composer

[](#composer)

add package to composer.json

```
"require" : {
    "devhelp/mixed-mapping-driver-demo-bundle": "dev-master"
}

```

run update

```
composer update

```

register bundle in your kernel class

```
public function registerBundles()
{
    $bundles = array(
        //...
        new Devhelp\Bundle\MixedMappingDriverDemoBundle\DevhelpMixedMappingDriverDemoBundle(),
        //...
    );
}

```

Usage
-----

[](#usage)

run schema update task to see it yourself

```
php app/console doctrine:schema:update --dump-sql

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1479355?v=4)[devhelp](/maintainers/devhelp)[@devhelp](https://github.com/devhelp)

### Embed Badge

![Health badge](/badges/devhelp-mixed-mapping-driver-demo-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/devhelp-mixed-mapping-driver-demo-bundle/health.svg)](https://phpackages.com/packages/devhelp-mixed-mapping-driver-demo-bundle)
```

###  Alternatives

[ziffmedia/nova-select-plus

A Nova select field for simple and complex select inputs

96598.5k2](/packages/ziffmedia-nova-select-plus)[grimmlink/bootstrap-filestyle

jQuery customization of input html file for Bootstrap Twitter http://markusslima.github.io/bootstrap-filestyle/

71410.6k](/packages/grimmlink-bootstrap-filestyle)[shipperhq/module-address-autocomplete

ShipperHQ Address Autocomplete Tool

16447.1k](/packages/shipperhq-module-address-autocomplete)[mediavorus/mediavorus

MediaVorus

2864.7k](/packages/mediavorus-mediavorus)[gong023/ayaml

utility to convert yaml to array

13109.5k](/packages/gong023-ayaml)[dnadesign/silverstripe-elemental-decisiontree

Element displaying information in regards to answers given to questions

1117.0k1](/packages/dnadesign-silverstripe-elemental-decisiontree)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
