Download the PHP package ruspanzer/loggable-bundle without Composer
On this page you can find all versions of the php package ruspanzer/loggable-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 loggable-bundle
Simple entity loggable bundle
How to use:
- Install bundle
composer require ruspanzer/loggable-bundle - Implement
Ruspanzer\LoggableBundle\Entity\Interfaces\LoggableInterfacefor you entity - If you need set relations between two loggable entities, use
getRelatedLogEntitiesin related entity. This method must be return array ofLoggableInterfaceentities. It will allow search related logs when searching main entity - Find logs with repository method getByObject(). Or you can write your search implementation with pagination and other cool features :-)
Example:
If you will be search logs by Place, Address logs to be returned
This bundle also working with StofDoctrineExtensions Softdeleteable
All versions of loggable-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
doctrine/orm Version ^2.5
symfony/security-bundle Version ^4.3
doctrine/doctrine-bundle Version ^1.11
symfony/event-dispatcher Version ^4.3
doctrine/orm Version ^2.5
symfony/security-bundle Version ^4.3
doctrine/doctrine-bundle Version ^1.11
symfony/event-dispatcher Version ^4.3
The package ruspanzer/loggable-bundle contains the following files
Loading the files please wait ...