PHPackages                             alexandrebulete/ddd-doctrine-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. [Framework](/categories/framework)
4. /
5. alexandrebulete/ddd-doctrine-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

alexandrebulete/ddd-doctrine-bundle
===================================

Symfony Bundle for DDD Doctrine Bridge - Service wiring and configuration

1.1.1(3mo ago)22↓33.3%MITPHPPHP ^8.2

Since Dec 20Pushed 3mo agoCompare

[ Source](https://github.com/AlexandreBulete/ddd-doctrine-bundle)[ Packagist](https://packagist.org/packages/alexandrebulete/ddd-doctrine-bundle)[ RSS](/packages/alexandrebulete-ddd-doctrine-bundle/feed)WikiDiscussions main Synced 1mo ago

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

DDD Doctrine Bundle
===================

[](#ddd-doctrine-bundle)

Symfony Bundle for the DDD Doctrine Bridge. Provides service wiring and configuration for Doctrine integration.

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

[](#installation)

```
composer require alexandrebulete/ddd-doctrine-bundle
```

Configuration
-------------

[](#configuration)

Add the bundle to your `config/bundles.php`:

```
return [
    // ...
    AlexandreBulete\DddDoctrineBundle\DddDoctrineBundle::class => ['all' => true],
];
```

Features
--------

[](#features)

This bundle automatically registers services from `ddd-doctrine-bridge`:

- `DoctrineRepository` base class available for autowiring
- `DoctrinePaginator` available for autowiring

Doctrine Types Registration
---------------------------

[](#doctrine-types-registration)

Register your custom Doctrine types in `config/packages/doctrine.yaml`:

```
doctrine:
    dbal:
        types:
            post_id: App\Post\Infrastructure\Doctrine\Type\PostIdType
            post_title: App\Post\Infrastructure\Doctrine\Type\PostTitleType
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance82

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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 ~23 days

Total

3

Last Release

96d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/15733a17c9dd08fc7def3be016f324453d4f0de828438858d13f63e7c3388353?d=identicon)[Alexandre Buleté](/maintainers/Alexandre%20Bulet%C3%A9)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/alexandrebulete-ddd-doctrine-bundle/health.svg)

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

###  Alternatives

[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k235.4M9.7k](/packages/symfony-framework-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)

PHPackages © 2026

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