Skip to content
Tom H Anderson edited this page Sep 24, 2017 · 14 revisions

this documentation is out of date. Stay tuned for new docs.

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.