darkwebdesign/doctrine-enhancement-pack

Doctrine Enhancement Pack

Installs: 30 314

Dependents: 1

Suggesters: 2

Security: 0

Stars: 4

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/darkwebdesign/doctrine-enhancement-pack

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

README

Latest Stable Version Total Downloads

Build Status PHP Version Doctrine Version License

Doctrine Enhancement Pack is a collection of Doctrine enhancements that you can use in your Doctrine projects.

Learn more about it in its documentation.

Features

Event enhancements

  • 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 Enhancement Pack is licensed under the MIT License - see the LICENSE file for details.