gracious/doctrine-timestamp

An extension to add timestamps on doctrine events

Maintainers

Package info

github.com/graciousagency/doctrine-timestamp

Type:symfony-bundle

pkg:composer/gracious/doctrine-timestamp

Statistics

Installs: 129

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.0 2021-01-12 15:05 UTC

This package is auto-updated.

Last update: 2026-03-13 03:02:44 UTC


README

An extension to add timestamps on doctrine events

Installation

composer require gracious/doctrine-timestamp

Setup

Extend Timestamps extension to the entity and add

@ORM\HasLifecycleCallbacks()

in the annotation of the entity