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.
Install visa composer:
composer require "matthis/eventing:3.0.*"
Then include Matthis\Eventing\EventingServiceProvider
in your config/app.php
vendor/bin/phpspec run