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(6y ago)0120MITPHPPHP &gt;=7.1.3

Since Jan 19Pushed 6y 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 yesterday

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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

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

2549d ago

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

v1.0.4PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b2b56fb5230654d509998e6e4749472193f946a74fd5416082e6b47e95b6c56?d=identicon)[adrianglazer](/maintainers/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

[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58523.9M36](/packages/scienta-doctrine-json-functions)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[marktopper/doctrine-dbal-timestamp-type

Add the timestamp type for Doctrine/DBAL

49808.2k1](/packages/marktopper-doctrine-dbal-timestamp-type)[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.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

813.1k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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