PHPackages                             lynx-ripe/swix-em-config - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lynx-ripe/swix-em-config

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lynx-ripe/swix-em-config
========================

Swix Event Manager configuration helper module. Allows to attach listeners and aggregates via application config

01.2kPHP

Since May 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/lynx-ripe/swix-em-config)[ Packagist](https://packagist.org/packages/lynx-ripe/swix-em-config)[ RSS](/packages/lynx-ripe-swix-em-config/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Swix Event Manager config
=========================

[](#swix-event-manager-config)

Zend Framework 2 module which provides possibility to attach event listeners and aggregates to SharedEventManager via configuration.

Installation
------------

[](#installation)

Add this line to your composer `require` key: `"swix/swix-em-config": "dev-master"` and update Composer. Then enable `SwixEmConfig` module in your application config.

Important note
--------------

[](#important-note)

Event listeners can be attached only after loading of all modules (ModuleEvent::EVENT\_LOAD\_MODULES\_POST)

Example
-------

[](#example)

In your application or module config:

```
