PHPackages                             adrianglazer/doctrine-footprint-extension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. adrianglazer/doctrine-footprint-extension

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

adrianglazer/doctrine-footprint-extension
=========================================

This extension provides timestamps and user actions tracking for entity create, update and delete.

v1.0.5(7y ago)0120MITPHPPHP &gt;=7.1.3

Since Jan 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/adrianglazer/doctrine-footprint-extension)[ Packagist](https://packagist.org/packages/adrianglazer/doctrine-footprint-extension)[ Docs](https://github.com/adrianglazer/doctrine-footprint-extension)[ RSS](/packages/adrianglazer-doctrine-footprint-extension/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

DoctrineFootprintExtension
==========================

[](#doctrinefootprintextension)

This extension provides timestamps and user actions tracking for entity create, update and delete.

By using only one trait and listener you can automate update of created\_at, created\_by, updated\_at, updated\_by, deleted\_at, deleted\_by.

Listener will automatically set date times and also usernames into each entity which contains mentioned fields.

Installation
------------

[](#installation)

`composer require adrianglazer/DoctrineFootprintExtension`

Setup
-----

[](#setup)

By default all functionalities are enabled together with soft deletable. If you would like to disable soft deletable you will have to create your own Trait without deletedAt and deletedBy fields.

You have to set a doctrine filter config inside **config/packages/doctrine.yaml**:

```
doctrine:
    dbal:
        ...
    orm:
        ...
        mappings:
            ...
        filters:
            footprint:
                class: Glazer\DoctrineFootprintExtension\Filter\FootprintFilter
                enabled: true

```

and set a listener inside **config/services.yaml**:

```
    Glazer\DoctrineFootprintExtension\Listener\FootprintListener:
        class: Glazer\DoctrineFootprintExtension\Listener\FootprintListener
        autowire: true
        tags:
            - { name: doctrine.event_subscriber }
        arguments: ['@security.token_storage']

```

Conclusion
----------

[](#conclusion)

If you set everything correctly your entities will start to update automatically on each user action. It's an out of the box solution designed for simple projects.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~40 days

Total

4

Last Release

2599d ago

PHP version history (2 changes)v1.0.0PHP ^7.1.3

v1.0.4PHP &gt;=7.1.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12850411?v=4)[Adrian](/maintainers/adrianglazer)[@adrianglazer](https://github.com/adrianglazer)

---

Tags

doctrinetimestampfootprint

### Embed Badge

![Health badge](/badges/adrianglazer-doctrine-footprint-extension/health.svg)

```
[![Health](https://phpackages.com/badges/adrianglazer-doctrine-footprint-extension/health.svg)](https://phpackages.com/packages/adrianglazer-doctrine-footprint-extension)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)[api-platform/doctrine-orm

Doctrine ORM bridge

294.4M90](/packages/api-platform-doctrine-orm)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k60](/packages/open-dxp-opendxp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
