PHPackages                             dddominio/event-sourcing-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. [API Development](/categories/api)
4. /
5. dddominio/event-sourcing-bundle

AbandonedSymfony-bundle[API Development](/categories/api)

dddominio/event-sourcing-bundle
===============================

DDDominio Event Sourcing library Symfony integration

0.1.1(8y ago)0295[7 issues](https://github.com/DDDominio/DDDominioEventSourcingBundle/issues)MITPHPPHP ^5.6|^7.0CI failing

Since Feb 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/DDDominio/DDDominioEventSourcingBundle)[ Packagist](https://packagist.org/packages/dddominio/event-sourcing-bundle)[ RSS](/packages/dddominio-event-sourcing-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (8)Used By (0)

DDDominioEventSourcingBundle
============================

[](#dddominioeventsourcingbundle)

DDDominioEventSourcingBundle integrates [DDDominio Event Sourcing](https://github.com/DDDominio/event-sourcing)library into Symfony.

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest development version of this bundle:

```
$ composer require dddominio/event-sourcing-bundle "1.0@dev"
```

### Step 2: Enable the Bundle

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

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
