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(4mo ago)04LGPL-3.0-onlyPHPPHP ^7.4 || ^8.0

Since Apr 23Pushed 4mo 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 2w ago

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

41

—

FairBetter than 87% of packages

Maintenance75

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity67

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

136d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k58](/packages/open-dxp-opendxp)[setono/doctrine-orm-batcher

A library for processing large collections in Doctrine

28650.9k7](/packages/setono-doctrine-orm-batcher)

PHPackages © 2026

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