Download the PHP package spryker/event without Composer
On this page you can find all versions of the php package spryker/event. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download spryker/event
More information about spryker/event
Files in spryker/event
Download spryker/event
More information about spryker/event
Files in spryker/event
Please rate this library. Is it a good library?
Informations about the package event
Event Module
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
Documentation
All versions of event with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
spryker/error-handler Version ^2.0.0
spryker/kernel Version ^3.30.0
spryker/log Version ^3.0.0
spryker/monolog Version ^2.0.0
spryker/propel-orm Version ^1.6.0
spryker/queue Version ^1.1.0
spryker/util-encoding Version ^2.1.0
spryker/error-handler Version ^2.0.0
spryker/kernel Version ^3.30.0
spryker/log Version ^3.0.0
spryker/monolog Version ^2.0.0
spryker/propel-orm Version ^1.6.0
spryker/queue Version ^1.1.0
spryker/util-encoding Version ^2.1.0
The package spryker/event contains the following files
Loading the files please wait ....