adrianglazer/doctrine-footprint-extension
Doctrine extension to auto-track entity create/update/delete with timestamps and usernames. Adds created_at/by, updated_at/by, deleted_at/by via a single trait + event subscriber, plus a Doctrine filter for soft deletes.
created_by/updated_by as audit hooks)."This package automates critical audit tracking—timestamps and user actions for every database change—with just a few lines of config. It’s like adding a compliance cop to your app for free, reducing manual logging errors and speeding up development. For $0 cost and minimal setup, we get soft deletes, regulatory readiness, and cleaner code. The tradeoff? It’s Doctrine-only, but if we’re already using it, this is a no-brainer for cutting audit overhead."
*"This solves a recurring pain point: manually adding created_at, updated_at, deleted_at, and user fields to every entity. With this listener/trait combo, we:
How can I help you explore Laravel packages today?