Download the PHP package gtt/doctrine-auditable-bundle without Composer
On this page you can find all versions of the php package gtt/doctrine-auditable-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package doctrine-auditable-bundle
Doctrine Auditable Bundle helps tracking changes and history of objects
Auditable behavioral implementation helps tracking changes and history of objects. Fast and lightweight alternative for DoctrineExtensions Loggable with some features. Supports only ORM.
Features
- Group of changes
- Comments for changes
- Convenient store (tracked values before and after change stored in the separated columns, instead serialized entity data in the Loggable)
- Supports custom DBAL types
- Supports class inheritance configuration
Installation
-
Install bundle
-
Add to Kernel.php
-
Create tables for changes storing
- Configure mapping if needed.
Usage
Add attributes for tracking property
Then somewhere in a service change an entity property and flush the changes.
All versions of doctrine-auditable-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.0
doctrine/doctrine-bundle Version ~2.0
doctrine/orm Version ~2.10
symfony/config Version ~5.4 || ~6.0
symfony/dependency-injection Version ~5.4 || ~6.0
symfony/http-kernel Version ~5.4 || ~6.0
symfony/property-access Version ~5.4 || ~6.0
doctrine/doctrine-bundle Version ~2.0
doctrine/orm Version ~2.10
symfony/config Version ~5.4 || ~6.0
symfony/dependency-injection Version ~5.4 || ~6.0
symfony/http-kernel Version ~5.4 || ~6.0
symfony/property-access Version ~5.4 || ~6.0
The package gtt/doctrine-auditable-bundle contains the following files
Loading the files please wait ....