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
Requires
- php: ^7.0
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ^2.5
- mof/timestampable: ^2.0
- symfony/symfony: 3.4.*
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.