mof/timestampable-bundle

Symfony bundle for automatically handle creation and update date of Doctrine entity properties

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/mof/timestampable-bundle

v1.0 2019-07-20 11:43 UTC

This package is auto-updated.

Last update: 2025-10-14 18:28:55 UTC


README

This bundle for Symfony will allows you to automatically handle creation and update date of Doctrine entity properties.

You need to install the bundle with : composer require mof/timestampable-bundle.

Then you ready to go, read the Usage documentation of the Timestampable library to know how to set the handler of your entity properties : https://github.com/RyanFarrah67/Timestampable#usage.