Download the PHP package abacaphiliac/events-capable without Composer
On this page you can find all versions of the php package abacaphiliac/events-capable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download abacaphiliac/events-capable
More information about abacaphiliac/events-capable
Files in abacaphiliac/events-capable
Package events-capable
Short Description Provides a config-based initializer that attaches listeners to implementations of \Zend\EventManager\EventsCapableInterface.
License MIT
Informations about the package events-capable
abacaphiliac/events-capable
Tired of writing backwards-compatible logic in all of your factory code to wire up listeners? Is your service implementation registered with Zend's service manager? Then this package might be right for you!
This package provides a config-based initializer that attaches listeners to implementations of
\Zend\EventManager\EventsCapableInterface
.
When the service concrete is instantiated by service manager, it will pass through the initializer provided by this
package. If your service is Events Capable, then the initializer will check the config for registered listeners
to attach to the service's event manager.
Installation
Install the latest version with
Basic Usage (Configuration)
- Update
service_manager
config.- Add initializer.
- Add listener.
- Update
abacaphiliac/events-capable
config:- Add
\Zend\EventManager\EventsCapableInterface
implementation. - Add
\Zend\EventManager\ListenerAggregateInterface
implementation.
- Add
Configuration Examples
Update service_manager config:
Update abacaphiliac/events-capable config:
Contributing
This library attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request.
All versions of events-capable with dependencies
zendframework/zend-servicemanager Version ^2
zendframework/zend-stdlib Version ^2