milkyway-multimedia/ss-eventful

A simple events dispatcher for Silverstripe, with events that can be edited via YAML config

Installs: 215

Dependents: 2

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 2

Open Issues: 3

Type:silverstripe-module

0.1 2014-10-04 01:50 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:23:48 UTC


README

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.

Features

  • Namespaced Events
  • YML config events
  • Events are lazy loaded

Credit

The League of extraordinary packages - thephpleague.com

Install

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"

License

  • MIT

Version

  • Version 0.2 (Alpha)

Contact

Milkyway Multimedia