2017 © Pedro PelĂĄez
 

symfony-bundle event-sourcing-bundle

DDDominio Event Sourcing library Symfony integration

image

dddominio/event-sourcing-bundle

DDDominio Event Sourcing library Symfony integration

  • Sunday, March 4, 2018
  • by santaka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 269 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

DDDominioEventSourcingBundle

DDDominioEventSourcingBundle integrates DDDominio Event Sourcing library into Symfony., (*1)

Installation

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:, (*2)

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

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:, (*3)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new DDDominio\EventSourcingBundle\DDDominioEventSourcingBundle(),
        );

        // ...
    }

    // ...
}

Documentation

Read the documentation, (*4)

The Versions

04/03 2018

dev-master

9999999-dev

DDDominio Event Sourcing library Symfony integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel SantamarĂ­a

04/03 2018

dev-compiler-pass-event-upgrades

dev-compiler-pass-event-upgrades

DDDominio Event Sourcing library Symfony integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel SantamarĂ­a

03/03 2018

dev-testing

dev-testing

DDDominio Event Sourcing library Symfony integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel SantamarĂ­a

20/02 2018

0.1.1

0.1.1.0

DDDominio Event Sourcing library Symfony integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel SantamarĂ­a

09/04 2017

0.1.0

0.1.0.0

DDDominio Event Sourcing library Symfony integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel SantamarĂ­a

21/02 2017

dev-configuration

dev-configuration

DDDominio Event Sourcing library Symfony integration

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel SantamarĂ­a