milkyway-multimedia/ss-eventful
Composer 安装命令:
composer require milkyway-multimedia/ss-eventful
包简介
A simple events dispatcher for Silverstripe, with events that can be edited via YAML config
README 文档
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
- Homepage: http://milkywaymultimedia.com.au
- E-mail: mell@milkywaymultimedia.com.au
- Twitter: @mwmdesign
统计信息
- 总下载量: 216
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-10