gracious/doctrine-timestamp

An extension to add timestamps on doctrine events

Installs: 129

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/gracious/doctrine-timestamp

2.0.0 2021-01-12 15:05 UTC

This package is auto-updated.

Last update: 2025-09-13 01:57:05 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