2017 © Pedro Peláez
 

library zend-eventmanager-pluginmanager

A ZF2 Plugin Manager for ZF2 Event Managers

image

abacaphiliac/zend-eventmanager-pluginmanager

A ZF2 Plugin Manager for ZF2 Event Managers

  • Tuesday, April 12, 2016
  • by abacaphiliac
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Scrutinizer Code Quality Code Coverage Build Status, (*1)

abacaphiliac/zend-eventmanager-pluginmanager

A ZF2 Plugin Manager for ZF2 Event Managers., (*2)

Installation

composer require abacaphiliac/zend-eventmanager-pluginmanager, (*3)

Usage

  1. add Abacaphiliac\Zend\EventManager\PluginManager module to your ZF2 application module config.
  2. create a service-manager config block with key event_managers in your application config.
  3. register a named event manager in the event_managers config, via invokables, factories, etc.
  4. get your named event manager from the service locator!
$eventManager = $serviceLocator->get('EventManagers')->get('MyNamedEventManager');

Dependencies

ZF2 EventManager, ModuleManager, MVC, and ServiceManager., (*4)

dev deployments include the entire framework because the Module collaboration test boots the ModuleManager, which has many hidden dependencies in most of the ZF tags., (*5)

See composer.json., (*6)

Contributing

composer install && vendor/bin/phing

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., (*7)

The Versions

04/04 2016

dev-listener-aggregate-plugin-manager

dev-listener-aggregate-plugin-manager

A ZF2 Plugin Manager for ZF2 Event Managers

  Sources   Download

MIT

The Requires

 

The Development Requires

by Timothy Younger

zf2 zend module eventmanager pluginmanager

04/04 2016

dev-event-managers-module-interface

dev-event-managers-module-interface

A ZF2 Plugin Manager for ZF2 Event Managers

  Sources   Download

MIT

The Requires

 

The Development Requires

by Timothy Younger

zf2 zend module eventmanager pluginmanager

02/04 2016

dev-add-plugin-manager

dev-add-plugin-manager

A ZF2 Plugin Manager for ZF2 Event Managers

  Sources   Download

MIT

The Requires

 

The Development Requires

by Timothy Younger

zf2 zend module eventmanager pluginmanager