jdr/event-recorder-bundle
Composer 安装命令:
composer require jdr/event-recorder-bundle
包简介
Symfony bundle for jdr/event-recorder
README 文档
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.
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-06