-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Tom H Anderson edited this page Sep 24, 2017
·
14 revisions
Auditing for Doctrine entities has been a task of logging for years. The fine project simplethings/entity-audit-bundle was the first entity logging for Doctrine I encountered. They call it an auditor but browsing the audit log is rather difficult.
The approach this module uses is to leverage a second entity manager to create auditing through real Doctrine entities. This approach allows you to traverse the audit entities in the same way you use Doctrine entities already.
There is a path for target schema changes by disabling fields while keeping their audit history.
zf-doctrine-audit © 2016 API Skeletons. Released under the MIT license.