PHPackages                             hagmann/ht-user-registration-doctrine-orm - 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. hagmann/ht-user-registration-doctrine-orm

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

hagmann/ht-user-registration-doctrine-orm
=========================================

A ZfcUser based module to add ORM to HtUserRegistration

0.1.2(10y ago)046BSD-3-ClausePHP

Since Jun 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/hagmann/ht-user-registration-doctrine-orm)[ Packagist](https://packagist.org/packages/hagmann/ht-user-registration-doctrine-orm)[ RSS](/packages/hagmann-ht-user-registration-doctrine-orm/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

API Skeletons - HtUserRegistrationDoctrineORM
=============================================

[](#api-skeletons---htuserregistrationdoctrineorm)

This module extends [HtUserRegistration](https://github.com/hrevert/HtUserRegistration)by replacing the Zend DB code with Doctrine. This module is functionally similar and designed to supercede hrevert/HtUserRegistrationDoctrineORM

Install
-------

[](#install)

Require with composer

```
composer require api-skeletons/ht-user-registration-doctrine-orm
```

Include in config/application.config.php

```
    'modules' => array(
        ...
        'HtUserRegistration',
        'HtUserRegistrationDoctrineORM',  // include after HtUserRegistration
        ...
    ),
```

Configure
---------

[](#configure)

Your User entity must implement `HtUserRegistrationDoctrineORM\Entity\UserInterface`.

Copy `ht-user-registration-doctrine-orm/config/ht-user-registration-doctrine-orm.global.php.dist`to your autoload directory and rename to `ht-user-registration-doctrine-orm.global.php`.

Edit `ht-user-registration-doctrine-orm.global.php` for your configuration. Dynamic mapping joins the `UserRegistration` entity to your User entity. Most important is to edit the `$userEntity` variable with your Doctrine user entity.

In `ht-user-registration.global.php` set

```
    'registration_entity_class' => 'HtUserRegistrationDoctrineORM\Entity\UserRegistration',
```

Skipper
-------

[](#skipper)

A [Skipper](https://skipper18.com) module is included to add to your entity relationship diagram as an attached skipper module.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~20 days

Total

3

Last Release

3944d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/60ed7a6015a466a2e6698c5f05cc6f79766cef10722381b14d090aa71a1863fa?d=identicon)[hagmann](/maintainers/hagmann)

---

Top Contributors

[![TomHAnderson](https://avatars.githubusercontent.com/u/493920?v=4)](https://github.com/TomHAnderson "TomHAnderson (18 commits)")[![hagmann](https://avatars.githubusercontent.com/u/11349379?v=4)](https://github.com/hagmann "hagmann (2 commits)")

### Embed Badge

![Health badge](/badges/hagmann-ht-user-registration-doctrine-orm/health.svg)

```
[![Health](https://phpackages.com/badges/hagmann-ht-user-registration-doctrine-orm/health.svg)](https://phpackages.com/packages/hagmann-ht-user-registration-doctrine-orm)
```

###  Alternatives

[doctrine/doctrine-orm-module

Laminas Module that provides Doctrine ORM functionality

4407.3M293](/packages/doctrine-doctrine-orm-module)[doctrine/doctrine-mongo-odm-module

Laminas Module which provides Doctrine MongoDB ODM functionality

86676.6k35](/packages/doctrine-doctrine-mongo-odm-module)[zf-commons/zfc-user-doctrine-orm

Doctrine2 ORM storage adapter for ZfcUser.

85676.8k18](/packages/zf-commons-zfc-user-doctrine-orm)[tawfekov/zf2entityaudit

EntityAudit Module for Zend Framework2 , Doctrine2 and web interface

1910.4k](/packages/tawfekov-zf2entityaudit)

PHPackages © 2026

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