jdr / event-recorder-bundle
Symfony bundle for jdr/event-recorder
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ~7.0
- jdr/event-recorder: ^0.0.2
- jdr/event-recorder-doctrine-bridge: ^0.0.1
- jdr/event-recorder-tactician-bridge: ^0.0.1
Requires (Dev)
- phpspec/phpspec: ~2.5
This package is auto-updated.
Last update: 2024-11-12 03:31:23 UTC
README
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.