ipub/doctrine-timestampable

Behavior for automate the update of timestamp fields on your entities.


Keywords
timestampable, doctrine, tools, nette, ipub, ipublikuj, doctrine-timestampable, doctrine2, extension
Licenses
GPL-2.0/GPL-3.0

Documentation

Doctrine Timestampable

Build Status Code coverage PHP Licence Downloads total Latest stable PHPStan

Timestampable behavior will automate the update of date fields on your Entities in Nette Framework and Doctrine 2

Installation

The best way to install ipub/doctrine-timestampable is using Composer:

composer require ipub/doctrine-timestampable

After that you have to register extension in config.neon.

extensions:
    doctrineTimestampable: IPub\DoctrineTimestampable\DI\DoctrineTimestampableExtension

Documentation

Learn how to register and work with timestampable behavior in documentation.


Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/doctrine-timestampable.