PHPackages                             proprietes-privees/zfc-user-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. proprietes-privees/zfc-user-doctrine-orm

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

proprietes-privees/zfc-user-doctrine-orm
========================================

Doctrine2 ORM storage adapter for ZfcUser.

1.0(10y ago)015BSD-3-ClausePHPPHP &gt;=5.3.3

Since Feb 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/proprietes-privees/zfc-user-doctrine-orm)[ Packagist](https://packagist.org/packages/proprietes-privees/zfc-user-doctrine-orm)[ RSS](/packages/proprietes-privees-zfc-user-doctrine-orm/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ZfcUserDoctrineORM
==================

[](#zfcuserdoctrineorm)

Version 0.1.1 Created by Kyle Spraggs and the ZF-Commons team

Introduction
------------

[](#introduction)

ZfcUserDoctrineORM is a Doctrine2 ORM storage adapter for [ZfcUser](https://github.com/ZF-Commons/ZfcUser).

Options
-------

[](#options)

The following options are available:

- **enable\_default\_entities** - Boolean value, determines if the default User entity should be enabled. Set it to false in order to extend ZfcUser\\Entity\\User with your own entity. Default is true.

Dependencies
------------

[](#dependencies)

- [ZfcUser](https://github.com/ZF-Commons/ZfcUser)
- [DoctrineModule](https://github.com/doctrine/DoctrineModule)
- [DoctrineORMModule](https://github.com/doctrine/DoctrineORMModule)

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

[](#installation)

Set up Database Connection Settings for Doctrine ORM:

Namely, go to [Doctrine Connection Settings](https://github.com/doctrine/DoctrineORMModule#connection-settings), and copy/paste/modify the example configuration file content into your `config/autoload/doctrine.orm.local.php`.

Install Zfc Components:

```
php composer.phar require zf-commons/zfc-user-doctrine-orm

```

Set up your Modules in `config/application/application.config.php`, something like

```
'modules' => array(
    'DoctrineModule',
    'DoctrineORMModule',
    'ZfcBase',
    'ZfcUser',
    'ZfcUserDoctrineORM',
    'Application',
),

```

Now, you can use [ZfcUser SQL schema](https://github.com/ZF-Commons/ZfcUser/tree/master/data) to set up your database tables.

Alternatively, you can use `doctrine-module` to do this work for you:

```
vendor/bin/doctrine-module orm:schema-tool:update --dump-sql

```

If SQL looks okay, do:

```
vendor/bin/doctrine-module orm:schema-tool:update --force

```

You can now navigate to `/user` and it should work.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3752d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16955192?v=4)[proprietes-privees](/maintainers/proprietes-privees)[@proprietes-privees](https://github.com/proprietes-privees)

---

Top Contributors

[![proprietes-privees](https://avatars.githubusercontent.com/u/16955192?v=4)](https://github.com/proprietes-privees "proprietes-privees (2 commits)")

---

Tags

zf2

### Embed Badge

![Health badge](/badges/proprietes-privees-zfc-user-doctrine-orm/health.svg)

```
[![Health](https://phpackages.com/badges/proprietes-privees-zfc-user-doctrine-orm/health.svg)](https://phpackages.com/packages/proprietes-privees-zfc-user-doctrine-orm)
```

###  Alternatives

[zf-commons/zfc-user-doctrine-orm

Doctrine2 ORM storage adapter for ZfcUser.

85676.8k18](/packages/zf-commons-zfc-user-doctrine-orm)[hounddog/doctrine-data-fixture-module

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

37335.4k9](/packages/hounddog-doctrine-data-fixture-module)[coolcsn/csn-user

Authentication based on DoctrineORMModule

336.9k1](/packages/coolcsn-csn-user)[tawfekov/zf2entityaudit

EntityAudit Module for Zend Framework2 , Doctrine2 and web interface

1910.4k](/packages/tawfekov-zf2entityaudit)[coolcsn/csn-authorization

Authorization based on DoctrineORMModule and ACL

143.5k](/packages/coolcsn-csn-authorization)[mamuz/mamuz-blog

Provides blog feature for ZF2 with Doctrine

101.1k1](/packages/mamuz-mamuz-blog)

PHPackages © 2026

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