canteen / events
This package is abandoned and no longer maintained.
No replacement package was suggested.
Generalized event dispatching API
1.0.1
2013-10-12 00:00 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2020-01-20 03:51:49 UTC
README
#Canteen Events
A generalized event dispatching API to add an event-based pattern to your application. For documentation of the codebase, please see Canteen Events docs.
##Installation
Install is available using Composer.
composer require canteen/events dev-master
###Rebuild Documentation
This library is auto-documented using YUIDoc. To install YUIDoc, run sudo npm install yuidocjs
. Also, this requires the project CanteenTheme be checked-out along-side this repository. To rebuild the docs, run the ant task from the command-line.
ant docs
##License##
Copyright (c) 2013 Matt Karl
Released under the MIT License.