A simple events dispatcher for Silverstripe, with events that can be edited via YAML config
Silverstripe Eventful is a simple event dispatcher for Silverstripe, that can be configured via YAML config. It is used to manage domain/application events on a more global scale than the extension system provided by Silverstripe.
It is pretty much a wrapper around the "league/event" package by thephpleague, so all credit goes to them.
The League of extraordinary packages - thephpleague.com
Add the following to your composer.json file
"require" : {
"milkyway-multimedia/ss-eventful": "dev-master"
}
or simply run
composer require "milkyway-multimedia/ss-eventful:dev-master"
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem