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

This package is auto-updated.

Last update: 2024-04-24 06:07:30 UTC


README

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Latest Stable Version Composer Downloads License

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.