ipub / doctrine-blameable
Behavior for automate the update of username or user reference fields on your Entities.
v1.4.3
2020-06-23 21:37 UTC
Requires
- php: >=7.2.0
- doctrine/orm: ~2.5
- nette/di: ~3.0
- nette/security: ~3.0
- nette/utils: ~3.0
Requires (Dev)
- contributte/console: ~0.7
- nette/bootstrap: ~3.0
- nette/http: ~3.0
- nette/mail: ~3.0
- nette/robot-loader: ~3.0
- nette/safe-stream: ~2.3
- nette/tester: ~2.3
- nettrine/orm: ~0.3
- pds/skeleton: ~1.0
- tracy/tracy: ~2.4
README
Blameable behavior will automate the update of username or user reference fields on your Entities in Nette Framework and Doctrine 2
Installation
The best way to install ipub/doctrine-blameable is using Composer:
$ composer require ipub/doctrine-blameable
After that you have to register extension in config.neon.
extensions: doctrineBlameable: IPub\DoctrineBlameable\DI\DoctrineBlameableExtension
Documentation
Learn how to register and work with blameable behavior in documentation.
Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/doctrine-blameable.