Search by

spryker / event

spryker-bot

Event module

Package info

github.com/spryker/event

pkg:composer/spryker/event

Statistics

Installs: 2 941 420

Dependents: 127

Suggesters: 66

Stars: 0

2.17.1 2026-05-14 16:49 UTC

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