matthis/eventing

v3.0.3 2015-11-26 13:59 UTC

This package is not auto-updated.

Last update: 2024-09-28 17:07:23 UTC


README

Build Status

域事件的记录器和分发器

默认的分发器和日志实现是为Laravel 5准备的。您可以通过实现合约来添加自己的实现。

安装

使用composer安装: composer require "matthis/eventing:3.0.*"

然后,在您的 config/app.php 中包含 Matthis\Eventing\EventingServiceProvider

测试

vendor/bin/phpspec run