spryker/event-behavior
EventBehavior module
Maintainers
Package info
github.com/spryker/event-behavior
Type:propel-behavior
pkg:composer/spryker/event-behavior
1.35.0
2026-05-12 14:30 UTC
Requires
- php: >=8.3
- spryker/event: ^2.4.0
- spryker/event-dispatcher-extension: ^1.0.0
- spryker/kernel: ^3.72.0
- spryker/laminas: ^1.0.0
- spryker/propel: ^3.47.0
- spryker/propel-orm: ^1.16.0
- spryker/symfony: ^3.1.0
- spryker/transfer: ^3.39.0
- spryker/util-encoding: ^2.1.0
Requires (Dev)
- codeception/module-asserts: ^3.0.0
- phpunit/phpunit: ^12.1.0
- spryker/application: *
- spryker/code-sniffer: ^0.17.1
- spryker/config: ^3.5.0
- spryker/console: ^3.2.0 || ^4.0.0
- spryker/container: ^1.4.6
- spryker/error-handler: *
- spryker/event-dispatcher: ^1.0.0
- spryker/log: *
- spryker/monolog: *
- spryker/queue: *
- spryker/silex: ^2.0.0
- spryker/testify: ^3.58.0
Suggests
- spryker/console: If you want to execute console commands
- spryker/container: If you want to use the EventBehaviorEventDispatcherPlugin
- spryker/event-dispatcher: If you want to use the EventBehaviorEventDispatcherPlugin
- spryker/silex: ^2.0.0
Provides
None
Conflicts
None
Replaces
None
proprietary fec256dd025416e115a539012c93e8cece1cd4de
This package is auto-updated.
Last update: 2026-06-26 10:43:39 UTC
README
👁 CI
👁 Latest Stable Version
👁 Minimum PHP Version
EventBehavior provides event-based propel behavior. By enabling this behavior in the Propel schema.xml, it will be able to add listeners to all events from the entities. Events could be of type create, update or delete.
Installation
composer require spryker/event-behavior
