Download the PHP package idlab/loggable without Composer
On this page you can find all versions of the php package idlab/loggable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download idlab/loggable
More information about idlab/loggable
Files in idlab/loggable
Download idlab/loggable
More information about idlab/loggable
Files in idlab/loggable
Vendor idlab
Package loggable
Short Description Allows you to log updates occurring on entities
License MIT
Package loggable
Short Description Allows you to log updates occurring on entities
License MIT
Please rate this library. Is it a good library?
Informations about the package loggable
Idlab Loggable bundle
Configuration in doctrine.yaml
To set under the wished connection configuration :
idlab_loggable:
prefix: Idlab\Loggable\Entity
dir: "%kernel.project_dir%/vendor/idlab/loggable/src/Entity"
Package file configuration
You can add a config file name "idlab_loggable.yaml" in config/packages in you Symfony project :
idlab_loggable:
enabled: true
disallowed_namespaces: [
'Idlab\Loggable\Tests\Entity\IgnoredByNamespace'
]s
disallowed_classes: [
Idlab\Loggable\Tests\Entity\OtherDummyIgnoredByClass
]
logs_target_connection_name: 'default'
table_prefix: 'example_table_prefix_'
Add IdlabLoggable attribute
Import :
use Idlab\Loggable\Mapping\Attributes\IdlabLoggable;
#[IdlabLoggable]
public ?string $value = null;All versions of loggable with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1 || ^8.2
symfony/security-bundle Version ^6.4
lexik/jwt-authentication-bundle Version ^2.21
symfony/security-bundle Version ^6.4
lexik/jwt-authentication-bundle Version ^2.21
The package idlab/loggable contains the following files
Loading the files please wait ...