PHPackages                             eddiejaoude/zf2-doctrine2-manager-registry-service - 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. eddiejaoude/zf2-doctrine2-manager-registry-service

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

eddiejaoude/zf2-doctrine2-manager-registry-service
==================================================

Creates &amp; Exposes Doctrine2 Register Service (ManagerRegistry)

v0.5.0(10y ago)718.2k4[1 PRs](https://github.com/eddiejaoude/zf2-doctrine2-manager-registry-service/pulls)MITPHPPHP &gt;=5.4

Since Feb 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/eddiejaoude/zf2-doctrine2-manager-registry-service)[ Packagist](https://packagist.org/packages/eddiejaoude/zf2-doctrine2-manager-registry-service)[ RSS](/packages/eddiejaoude-zf2-doctrine2-manager-registry-service/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (8)Versions (8)Used By (0)

[![Build Status](https://camo.githubusercontent.com/c7b1975d4bace401a7581393d737678de9a0fa3737b2f47bae2b2cdb19f0cc03/68747470733a2f2f7472617669732d63692e6f72672f65646469656a616f7564652f7a66322d646f637472696e65322d6d616e616765722d72656769737472792d736572766963652e706e67)](https://travis-ci.org/eddiejaoude/zf2-doctrine2-manager-registry-service)[![Coverage Status](https://camo.githubusercontent.com/a6ad5def15db1e4e20b3e103d6fcc93456c90ee4629597880e43037631604ce7/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f65646469656a616f7564652f7a66322d646f637472696e65322d6d616e616765722d72656769737472792d736572766963652f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/eddiejaoude/zf2-doctrine2-manager-registry-service?branch=master)[![Total Downloads](https://camo.githubusercontent.com/a6790e5412b4537bf6704577a0a6cd113a1724a5736f24a2507d9e08419d49e2/68747470733a2f2f706f7365722e707567782e6f72672f65646469656a616f7564652f7a66322d646f637472696e65322d6d616e616765722d72656769737472792d736572766963652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/eddiejaoude/zf2-doctrine2-manager-registry-service)

zf2-doctrine2-Manager-registry-service
======================================

[](#zf2-doctrine2-manager-registry-service)

Creates &amp; Exposes Doctrine2 Register Service for Zend Framework 2 as a Module (ManagerRegistry)

---

Installation via Composer
-------------------------

[](#installation-via-composer)

### Steps

[](#steps)

#### 1. Add to composer.

[](#1-add-to-composer)

```
    "require" : {
        "eddiejaoude/zf2-doctrine2-Manager-registry-service" : "0.*"
    }

```

#### 2. Add module to application config (/config/application.config.php)

[](#2-add-module-to-application-config-configapplicationconfigphp)

```
   ...
   'modules' => array(
        'EddieJaoude\Zf2Doctrine2ManagerRegistryService',
   ),
   ...

```

Then you are good to go. All requests &amp; responses will be logged.

---

Example Usage
-------------

[](#example-usage)

On the service manager, get the ManagerRegistry

```
$serviceManager->get('Doctrine\ManagerRegistry');

```

---

Unit tests
----------

[](#unit-tests)

To run unit tests from the root of the project

```
vendor/bin/phpunit -c tests/phpunit.xml

```

---

Resources
---------

[](#resources)

- Github
- Packagist
- Coveralls

---

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.1% 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 ~99 days

Recently: every ~148 days

Total

7

Last Release

3877d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72a84aeb80493e050ede01d5b15020ecfe55681e8d54ab5f0f68f058326f950b?d=identicon)[eddiejaoude](/maintainers/eddiejaoude)

---

Top Contributors

[![eddiejaoude](https://avatars.githubusercontent.com/u/624760?v=4)](https://github.com/eddiejaoude "eddiejaoude (35 commits)")[![brettminnie](https://avatars.githubusercontent.com/u/6124248?v=4)](https://github.com/brettminnie "brettminnie (2 commits)")[![billy2mates](https://avatars.githubusercontent.com/u/6679318?v=4)](https://github.com/billy2mates "billy2mates (1 commits)")

---

Tags

doctrinezenddoctrine2zf2zend framework 2manager registryregistry service

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eddiejaoude-zf2-doctrine2-manager-registry-service/health.svg)

```
[![Health](https://phpackages.com/badges/eddiejaoude-zf2-doctrine2-manager-registry-service/health.svg)](https://phpackages.com/packages/eddiejaoude-zf2-doctrine2-manager-registry-service)
```

###  Alternatives

[ocramius/doctrine-batch-utils

A set of utilities to operate with Doctrine ORM's batch processing functionality

3331.6M6](/packages/ocramius-doctrine-batch-utils)[webonaute/doctrine-fixtures-generator-bundle

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.

67184.1k](/packages/webonaute-doctrine-fixtures-generator-bundle)[hounddog/doctrine-data-fixture-module

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

37335.4k9](/packages/hounddog-doctrine-data-fixture-module)[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)
