Download the PHP package dreamcommerce/object-audit-bundle without Composer
On this page you can find all versions of the php package dreamcommerce/object-audit-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dreamcommerce/object-audit-bundle
More information about dreamcommerce/object-audit-bundle
Files in dreamcommerce/object-audit-bundle
Download dreamcommerce/object-audit-bundle
More information about dreamcommerce/object-audit-bundle
Files in dreamcommerce/object-audit-bundle
Vendor dreamcommerce
Package object-audit-bundle
Short Description Audit for Doctrine entities & Sylius resources
License LGPL-2.1
Package object-audit-bundle
Short Description Audit for Doctrine entities & Sylius resources
License LGPL-2.1
Please rate this library. Is it a good library?
Informations about the package object-audit-bundle
DreamCommerce Object Audit Bundle
This is a fork of the SimpleThings EntityAudit project.
Installation (Standalone)
Installing the lib/bundle
Simply run assuming you have installed composer.phar or composer binary:
Installation (In Symfony 3 Application)
Enable the bundle
Enable the bundle in the kernel:
Configuration
You can configure the audited tables.
app/config/config.yml
Creating new tables
Call the command below to see the new tables in the update schema queue.
Usage
Define auditable entities
You need add Auditable
annotation for the entities which you want to auditable.
You can also ignore fields in an specific entity.
Or if you prefer XML:
Or YAML:
All versions of object-audit-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
doctrine/dbal Version ~2.5
doctrine/orm Version ~2.4
ocramius/proxy-manager Version ^2.0
dreamcommerce/common-bundle Version ^1.0
sylius/resource-bundle Version ^v1.6.4
doctrine/dbal Version ~2.5
doctrine/orm Version ~2.4
ocramius/proxy-manager Version ^2.0
dreamcommerce/common-bundle Version ^1.0
sylius/resource-bundle Version ^v1.6.4
The package dreamcommerce/object-audit-bundle contains the following files
Loading the files please wait ....