spryker/event

Event module

Maintainers

Details

github.com/spryker/event

Source

Installs: 2 135 882

Dependents: 120

Suggesters: 67

Security: 0

Stars: 0

Watchers: 9

Forks: 1


README

Latest Stable Version Minimum PHP Version

Event module implements an Observer pattern where you can add hooks (events) to your code and allow other bundles to listen and react to those events. Event enables to create synchronous and asynchronous events: traditional synchronous where listeners are handled at the same time as they are dispatched, and asynchronous (queueable) where events are put into a queue and handled later by some queue service.

Installation

composer require spryker/event

Documentation

Spryker Documentation