2017 © Pedro Peláez
 

library event-recorder-tactician-bridge

Middleware for tactician to dispatch any recorded events

image

jdr/event-recorder-tactician-bridge

Middleware for tactician to dispatch any recorded events

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

The README.md

event-recorder-tactician-bridge

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

Middleware for league/tactician to dispatch events stored by jdr/event-recorder., (*2)

Install

Via Composer, (*3)

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


## Usage Add as a tactician middleware. ``` php <?php use JDR\EventRecorder\EventDispatcher; use JDR\EventRecorder\RecordsEvents; use JDR\EventRecorderTacticianBridge\ReleaseRecordedEvents; use League\Tactician\CommandBus; $commandBus = new CommandBus([ new ReleaseRecordedEvents(new EventDispatcher(), new RecordsEvents()), // ... ]);

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Testing

bash $ bin/phpspec run, (*6)

Contributing

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

Security

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

Credits

License

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

The Versions

09/12 2017

0.0.1

0.0.1.0 https://github.com/johanderuijter/event-recorder-tactician-bridge

Middleware for tactician to dispatch any recorded events

  Sources   Download

MIT

The Requires

 

The Development Requires

jdr event-recorder-tactician-bridge

05/04 2017

dev-master

9999999-dev https://github.com/johanderuijter/event-recorder-tactician-bridge

Middleware for tactician to dispatch any recorded events

  Sources   Download

MIT

The Requires

 

The Development Requires

jdr event-recorder-tactician-bridge