PHPackages                             idlab/loggable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. idlab/loggable

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

idlab/loggable
==============

Allows you to log updates occurring on entities

1.1.3(2mo ago)051MITPHPPHP ^8.1 || ^8.2

Since Feb 5Pushed 2mo agoCompare

[ Source](https://github.com/idlab-geneve/loggable-bundle)[ Packagist](https://packagist.org/packages/idlab/loggable)[ RSS](/packages/idlab-loggable/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (16)Versions (13)Used By (0)

Idlab Loggable bundle
=====================

[](#idlab-loggable-bundle)

Configuration in doctrine.yaml
------------------------------

[](#configuration-in-doctrineyaml)

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
--------------------------

[](#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
---------------------------

[](#add-idlabloggable-attribute)

```
Import :
use Idlab\Loggable\Mapping\Attributes\IdlabLoggable;

#[IdlabLoggable]
public ?string $value = null;

```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance85

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

11

Last Release

75d ago

PHP version history (2 changes)1.0.0PHP ^7.4 || ^8.0

1.0.1PHP ^8.1 || ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/ff12ab4f9e51205b0bb8403d7df39379ddf2409036c4f8e7ad2b0e70f17c836b?d=identicon)[Evlyn](/maintainers/Evlyn)

---

Top Contributors

[![evlyn-idlab](https://avatars.githubusercontent.com/u/259533250?v=4)](https://github.com/evlyn-idlab "evlyn-idlab (24 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/idlab-loggable/health.svg)

```
[![Health](https://phpackages.com/badges/idlab-loggable/health.svg)](https://phpackages.com/packages/idlab-loggable)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[xiidea/easy-audit

A Symfony Bundle To Log Selective Events. It is easy to configure and easy to customize for your need

91179.0k](/packages/xiidea-easy-audit)[ibexa/oss

A meta package for installing Ibexa Open Source

19772.4k11](/packages/ibexa-oss)[authbucket/oauth2-symfony-bundle

Symfony OAuth2Bundle

839.2k1](/packages/authbucket-oauth2-symfony-bundle)[ftrrtf/rollbar-bundle

Symfony2 Bundle for rollbar.com

13183.6k](/packages/ftrrtf-rollbar-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
