Download the PHP package mikemix/eventdispatcher without Composer
On this page you can find all versions of the php package mikemix/eventdispatcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mikemix/eventdispatcher
More information about mikemix/eventdispatcher
Files in mikemix/eventdispatcher
Download mikemix/eventdispatcher
More information about mikemix/eventdispatcher
Files in mikemix/eventdispatcher
Please rate this library. Is it a good library?
Informations about the package eventdispatcher
EventDispatcher
This module is old, crappy and unmaintained, so please don't use it :)
Easily attach listeners to ZF2's MVC events.
Installation
- Add to your composer.json file
- Run
- Add module to your application modules in the file
- Copy file to the
Congratulations. You are done and the library has been successfully installed (hope so). To subscribe to a mvc event, it is as simple as adding a name of your listener service name to the file. The name must be recognized by the service manager.
Example configuration
File
File
File . For your convienience and type hinting in the editor of your choice, you can make listener implement the ListenerInterface interface, but you are not obliged to. Just make sure an method is callable.
Valuable resources about ZF2 events on the net
All versions of eventdispatcher with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.23
zendframework/zend-mvc Version ~2.3
zendframework/zend-servicemanager Version ~2.3
zendframework/zend-eventmanager Version ~2.3
zendframework/zend-mvc Version ~2.3
zendframework/zend-servicemanager Version ~2.3
zendframework/zend-eventmanager Version ~2.3
The package mikemix/eventdispatcher contains the following files
Loading the files please wait ....