PHPackages                             divineomega/uxdm-doctrine - 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. divineomega/uxdm-doctrine

Abandoned → [jord-jd/uxdm-doctrine](/?search=jord-jd%2Fuxdm-doctrine)Library[Database &amp; ORM](/categories/database)

divineomega/uxdm-doctrine
=========================

Doctrine package for the UXDM data migrator

v2.0.0(2mo ago)04LGPL-3.0-onlyPHPPHP ^7.4 || ^8.0

Since Apr 23Pushed 2mo agoCompare

[ Source](https://github.com/Jord-JD/uxdm-doctrine)[ Packagist](https://packagist.org/packages/divineomega/uxdm-doctrine)[ GitHub Sponsors](https://github.com/DivineOmega)[ RSS](/packages/divineomega-uxdm-doctrine/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

UXDM Doctrine
=============

[](#uxdm-doctrine)

[![Build Status](https://camo.githubusercontent.com/6fc55b5990e739e5152eae9a28f3dd9ada239a16f4c60a4c99ab89b856916852/68747470733a2f2f7472617669732d63692e636f6d2f4a6f72642d4a442f7578646d2d646f637472696e652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/Jord-JD/uxdm-doctrine)[![Coverage Status](https://camo.githubusercontent.com/675d0d0ebea6bc20d4f321752a26f1b0f6291a1ed374bf46fbf6d8619a01095b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4a6f72642d4a442f7578646d2d646f637472696e652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Jord-JD/uxdm-doctrine?branch=master)

The UXDM Doctrine package provides a UXDM destination for the Doctrine ORM, commonly used in Symfony projects.

Doctrine Destination
--------------------

[](#doctrine-destination)

The UXDM Doctrine destination allows you to migrate data into an Doctrine entity. This can be handy if you need to migrate data into a system using the Doctrine ORM, such as a Symfony project.

### Creating

[](#creating)

To create a new Doctrine destination, you must provide it with your Doctrine ORM EntityManager instance, and the class name of the Doctrine entity you wish to use.

The following example creates a Doctrine destination object, using a Doctrine entity called `User`. It is assumed that your `$entityManager` has already been created elsewhere.

```
$doctrineDestination = new DoctrineDestination($entityManager, User::class);
```

### Assigning to migrator

[](#assigning-to-migrator)

To use the Doctrine destination as part of a UXDM migration, you must assign it to the migrator. This process is the same for most destinations.

```
$migrator = new Migrator;
$migrator->setDestination($doctrineDestination);
```

Alternatively, you can add multiple destinations, as shown below. You can also specify the fields you wish to send to each destination by passing an array of field names as the second parameter.

```
$migrator = new Migrator;
$migrator->addDestination($doctrineDestination, ['field1', 'field2']);
$migrator->addDestination($otherDestination, ['field3', 'field2']);
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance83

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~1244 days

Total

3

Last Release

88d ago

Major Versions

v1.0.1 → v2.0.02026-02-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/c580cdf7c14898fff179cdfc1085892091d5d2f49d917873a12365af9ac77c93?d=identicon)[Jord-JD](/maintainers/Jord-JD)

---

Top Contributors

[![Jord-JD](https://avatars.githubusercontent.com/u/650645?v=4)](https://github.com/Jord-JD "Jord-JD (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/divineomega-uxdm-doctrine/health.svg)

```
[![Health](https://phpackages.com/badges/divineomega-uxdm-doctrine/health.svg)](https://phpackages.com/packages/divineomega-uxdm-doctrine)
```

###  Alternatives

[sonata-project/doctrine-orm-admin-bundle

Integrate Doctrine ORM into the SonataAdminBundle

46117.7M155](/packages/sonata-project-doctrine-orm-admin-bundle)[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[setono/doctrine-orm-batcher

A library for processing large collections in Doctrine

28631.7k6](/packages/setono-doctrine-orm-batcher)[pixelfederation/doctrine-resettable-em-bundle

Symfony bundle for decorating default entity managers using a resettable decorator.

20113.5k](/packages/pixelfederation-doctrine-resettable-em-bundle)

PHPackages © 2026

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