PHPackages                             mrazvan92/doctrine-domain-events-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. [Queues &amp; Workers](/categories/queues)
4. /
5. mrazvan92/doctrine-domain-events-bundle

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

mrazvan92/doctrine-domain-events-bundle
=======================================

With this Bundle we can send all the events which were generated by entitis at SimpleBus

047PHP

Since Jun 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mrazvan92/DoctrineDomainEventsBundle)[ Packagist](https://packagist.org/packages/mrazvan92/doctrine-domain-events-bundle)[ RSS](/packages/mrazvan92-doctrine-domain-events-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

DoctrineDomainEventsBundle
==========================

[](#doctrinedomaineventsbundle)

With this Bundle we can send all the events which were generated by entities at SimpleBus

Install
-------

[](#install)

- SimpleBus/SymfonyBridge:
- You need to enable the DoctrineDomainEvents in your project

```
 $bundles = [
    ...
    new MR\DoctrineDomainEventsBundle\DoctrineDomainEventsBundle(),
    ...
 ];

```

Usage
-----

[](#usage)

- after doctrine flush this event will be sent at rabbit queue

```
use SimpleBus\Message\Recorder\{PrivateMessageRecorderCapabilities, ContainsRecordedMessages};

class EntityName implements ContainsRecordedMessages
{
    use PrivateMessageRecorderCapabilities;

    public function __construct()
    {
        $this->record(
            new EventClass(
               'value1',
               'value2'
            )
        );
    }
}

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ac97e2546d817804754576f265647f9a05347a56f921f67416c449a685aa5df?d=identicon)[mrazvan92](/maintainers/mrazvan92)

---

Top Contributors

[![razvanarobs](https://avatars.githubusercontent.com/u/7306802?v=4)](https://github.com/razvanarobs "razvanarobs (12 commits)")[![mrazvan21](https://avatars.githubusercontent.com/u/2720351?v=4)](https://github.com/mrazvan21 "mrazvan21 (4 commits)")

### Embed Badge

![Health badge](/badges/mrazvan92-doctrine-domain-events-bundle/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M30](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M512](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1682.5M2](/packages/uecode-qpush-bundle)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

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