jdr/event-recorder-bundle

Symfony bundle for jdr/event-recorder

0.0.1 2017-12-09 22:07 UTC

This package is auto-updated.

Last update: 2024-05-12 02:24:53 UTC


README

Latest Version on Packagist Software License Total Downloads

Symfony bundle for jdr/event-recorder.

Install

Via Composer

$ composer require jdr/event-recorder-bundle

Usage

Add to AppKernel

<?php

public function registerBundles()
{
    $bundles = [
        // ...
        new JDR\EventRecorderBundle\JDREventRecorderBundle(),
        // ...
    ];

    return $bundles;
}

For usage examples see jdr/event-recorder.

In order to use the tactician middleware, add the following to your configuration file.

# Tactician Configuration
tactician:
    commandbus:
        default:
            middleware:
                - jdr.event_recorder.release_recorded_events
                # ...

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ bin/phpspec run

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

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

Credits

License

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