PHPackages                             daviddel/doctrine-manager-bundle - 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. daviddel/doctrine-manager-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

daviddel/doctrine-manager-bundle
================================

0.6.0(9y ago)0274MITPHP

Since Oct 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/daviddel/DoctrineManagerBundle)[ Packagist](https://packagist.org/packages/daviddel/doctrine-manager-bundle)[ RSS](/packages/daviddel-doctrine-manager-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)Dependencies (2)Versions (9)Used By (0)

Usage
-----

[](#usage)

```
// AppBundle/Entity/Content.php

use Doctrine\Manager\Mapping\Annotation as MM;
use Doctrine\ORM\Mapping as ORM;

/**
 * @ORM\Entity(repositoryClass="Doctrine\Manager\Model\ORM\EntityRepository")
 * @ORM\Table(name="content")
 * @MM\ModelManager(class="ContentBundle\Entity\Manager\ContentManager")
 */
class Content
```

```
// AppBundle/Controller/ContentController.php

public function indexAction(Request $request)
{
    $contentManager = $this->get('manager.factory')->getManager(Content::class);
    $contents = $contentManager->getRepository()->findAll();
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

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

Every ~100 days

Recently: every ~69 days

Total

8

Last Release

3566d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dfa2177a6960be6805e8ad955138fe43fae25a224864dc7867e7d6ff1246dba6?d=identicon)[daviddlv](/maintainers/daviddlv)

---

Top Contributors

[![daviddlv](https://avatars.githubusercontent.com/u/1759582?v=4)](https://github.com/daviddlv "daviddlv (13 commits)")

### Embed Badge

![Health badge](/badges/daviddel-doctrine-manager-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/daviddel-doctrine-manager-bundle/health.svg)](https://phpackages.com/packages/daviddel-doctrine-manager-bundle)
```

###  Alternatives

[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.

1155.2k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.7k8.7k1](/packages/kimai-kimai)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

939.0k](/packages/ahmed-bhs-doctrine-doctor)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[heymoon/doctrine-psql-enum

Store PHP native enums as PostgeSQL custom enum types

256.6k](/packages/heymoon-doctrine-psql-enum)

PHPackages © 2026

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