EventStrategy
The Troll Inception - Event Strategy, (*1)
About
Event Strategy helps you manage events in your application., (*2)
Requirements
Require PHP version 5.3 or greater, AbstractFactory., (*3)
Installation
The easiest way to install is using Composer you can easily install TTI Event Strategy system-wide with the following command:, (*4)
composer global require 'edouardkombo/event-strategy=1.0.0.*@dev'
Make sure you have ~/.composer/vendor/bin/
in your PATH., (*5)
Or alternatively, include a event in your composer.json
file. For example:, (*6)
{
"require": {
"edouardkombo/event-strategy": "1.0.0.*@dev"
}
}
You can also download the EventStrategy source directly from the GIT checkout:, (*7)
https://github.com/edouardkombo/EventStrategy
Documentation
All additional documentation is available in code docblocks., (*8)
Contributing
If you do contribute code to EventStrategy, please make sure it conforms to the PSR coding standard. The easiest way to contribute is to work on a checkout of the repository, or your own fork, rather than an installed version., (*9)
Issues
Bug reports and feature requests can be submitted on the Github issues tracker., (*10)
For further informations, contact me directly at edouard.kombo@gmail.com., (*11)