2017 © Pedro Peláez
 

symfony-bundle event-recorder-bundle

Symfony bundle for jdr/event-recorder

image

jdr/event-recorder-bundle

Symfony bundle for jdr/event-recorder

  • Saturday, December 9, 2017
  • by jdr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

event-recorder-bundle

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

Symfony bundle for jdr/event-recorder., (*2)

Install

Via Composer, (*3)

``` bash $ composer require jdr/event-recorder-bundle, (*4)


## Usage Add to `AppKernel` ``` php <?php public function registerBundles() { $bundles = [ // ... new JDR\EventRecorderBundle\JDREventRecorderBundle(), // ... ]; return $bundles; }

For usage examples see jdr/event-recorder., (*5)

In order to use the tactician middleware, add the following to your configuration file., (*6)

``` yaml, (*7)

Tactician Configuration

tactician: commandbus: default: middleware: - jdr.event_recorder.release_recorded_events # ..., (*8)


## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ bin/phpspec run

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

Security

If you discover any security related issues, please email dev@johanderuijter.nl instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

09/12 2017