ipub / doctrine-timestampable
Behavior for automate the update of timestamp fields on your entities.
v2.0.0
2024-01-05 09:57 UTC
Requires
- php: >=8.1.0
- doctrine/orm: ^2.6|^3.0
- nette/di: ^3.0|^4.0
- nette/utils: ^3.2|^4.0
Requires (Dev)
- contributte/console: ^0.9
- mockery/mockery: ^1.4
- nette/bootstrap: ^3.1
- nettrine/cache: ^0.3
- nettrine/orm: ^0.8
- ninjify/nunjuck: ^0.3
- ninjify/qa: ^0.12
- pds/skeleton: ~1.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^0.12
- phpstan/phpstan-deprecation-rules: ^0.12
- phpstan/phpstan-doctrine: ^0.12
- phpstan/phpstan-nette: ^0.12
- phpstan/phpstan-strict-rules: ^0.12
- tracy/tracy: ^2.8
README
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.