darkwebdesign/doctrine-enhancement-pack

v2.7.2 2023-11-08 10:32 UTC

This package is auto-updated.

Last update: 2024-09-08 19:38:22 UTC


README

Latest Stable Version Total Downloads License

Build Status Coverage Status PHP Version Doctrine Version

Doctrine增强包是一组Doctrine增强功能,您可以在您的Doctrine项目中使用。

有关更多信息,请参阅其文档

功能

事件增强

  • pre-updatepost-update生命周期事件中访问原始实体。
  • on-flushpost-flush事件中访问创建、更新(及其原始实体)和删除的实体。
  • on-flush事件和pre-update生命周期事件中修改实际实体(而不是通过"change set"数组)。
  • on-flush事件中修改实体后自动重新计算"change set"。

通过Composer安装

composer require darkwebdesign/doctrine-enhancement-pack
composer install

许可证

Doctrine增强包采用MIT许可证 - 有关详细信息,请参阅LICENSE文件。