darkwebdesign/doctrine-enhanced-events

Doctrine Enhanced Events

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/darkwebdesign/doctrine-enhanced-events

v2.11.0 2025-10-15 09:10 UTC

README

Latest Stable Version Total Downloads

Build Status PHP Version Doctrine Version License

Doctrine Enhanced Events offers enhanced versions of the original Doctrine (lifecycle) events.

Learn more about it in its documentation.

Features

  • Access to the original entity in the pre-update and post-update lifecycle events.
  • Access to the created, updated (also their original entities) and deleted entities in the on-flush and post-flush events.
  • Modifying the actual entities (instead of via "change set" array) in the on-flush event and pre-update lifecycle event.
  • Automatic recomputing of the "change set" after modifying the entities in the on-flush event.

License

Doctrine Enhanced Events is licensed under the MIT License - see the LICENSE file for details.