Skip to content

Standalone EventBehavior module.

License

Notifications You must be signed in to change notification settings

spryker/event-behavior

Repository files navigation

EventBehavior Module

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

Documentation

Spryker Documentation