matthis/eventing

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

This package is not auto-updated.

Last update: 2024-05-11 15:07:54 UTC


README

Build Status

An EventRecorder and dispatcher for domain events

Default dispatcher and logging implementation is for Laravel 5. You can add your own implementation by implementing the contratcs.

Installation

Install visa composer: composer require "matthis/eventing:3.0.*"

Then include Matthis\Eventing\EventingServiceProvider in your config/app.php

Tests

vendor/bin/phpspec run