PHPackages                             astina/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. [Database &amp; ORM](/categories/database)
4. /
5. astina/domain-events-bundle

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

astina/domain-events-bundle
===========================

Configure services as Doctrine domain event listeners.

0.1.1(13y ago)1141PHP

Since Apr 23Pushed 12y ago5 watchersCompare

[ Source](https://github.com/astina/AstinaDomainEventsBundle)[ Packagist](https://packagist.org/packages/astina/domain-events-bundle)[ Docs](https://github.com/astina/AstinaDomainEventsBundle)[ RSS](/packages/astina-domain-events-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Astina Domain Events Bundle
===========================

[](#astina-domain-events-bundle)

Configure services as Doctrine domain event listeners.

**Note**: this bundle is not production ready as it requires the master version of DoctrineBundle.

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

[](#installation)

### Step 1: Add to composer.json

[](#step-1-add-to-composerjson)

```
"require":  {
    "astina/domain-events-bundle":"dev-master",
}
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
