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 1mo 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 49% 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

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

[symfony-cmf/routing-bundle

Symfony RoutingBundle

16313.5M88](/packages/symfony-cmf-routing-bundle)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[doctrine/phpcr-bundle

Symfony DoctrinePHPCRBundle

1602.6M41](/packages/doctrine-phpcr-bundle)[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.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[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.

813.1k](/packages/ahmed-bhs-doctrine-doctor)[heymoon/doctrine-psql-enum

Store PHP native enums as PostgeSQL custom enum types

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

PHPackages © 2026

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