spryker/event

Event module

Maintainers

👁 spryker-bot

Package info

github.com/spryker/event

pkg:composer/spryker/event

Statistics

Installs: 2 872 703

Dependents: 127

Suggesters: 66

Stars: 0

2.17.1 2026-05-14 16:49 UTC

Suggests

Provides

None

Conflicts

None

Replaces

None

proprietary 9e834c17d8996a113ef1ad86e5d188d15b9dc020


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