PHPackages                             ibrows/loggable-bundle - 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. ibrows/loggable-bundle

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

ibrows/loggable-bundle
======================

Extended Loggable Bundle

2.2.7(10y ago)03.7kMITPHP

Since Apr 22Pushed 3w ago1 watchersCompare

[ Source](https://github.com/ibrows/IbrowsLoggableBundle)[ Packagist](https://packagist.org/packages/ibrows/loggable-bundle)[ Docs](http://www.ibrows.ch)[ RSS](/packages/ibrows-loggable-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (44)Used By (0)

IbrowsLoggableBundle
====================

[](#ibrowsloggablebundle)

Symfony2 Bundle that will track every Entity change on your Project and save it to a log table. Your Project get's some kind of confirmability with this Bundle.

It also provide some methods to get back an entity to a earlier version.

Install &amp; setup the bundle
------------------------------

[](#install--setup-the-bundle)

1. Add IbrowsLoggableBundle in your composer.json:

    ```
    {
        "require": {
            "ibrows/loggable-bundle": "~1.0",
        }
    }
    ```
2. Now tell composer to download the bundle by running the command:

    ```
    $ php composer.phar update ibrows/loggable-bundle
    ```

    Composer will install the bundle to your project's `ibrows/loggable-bundle` directory. ( PSR-4 )
3. Add the bundles to your `AppKernel` class

    ```
    // app/AppKernerl.php
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
            new Ibrows\LoggableBundle\IbrowsLoggableBundle(),
            // ...
        );
        // ...
    }
    ```
4. Recommend config of stof\_doctrine\_extensions

    ```
    stof_doctrine_extensions:
        orm:
            default:
              softdeleteable: true
              loggable: true
        class:
            loggable: Ibrows\LoggableBundle\Listener\LoggableListener
    ```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance62

Regular maintenance activity

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 53.3% 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 ~77 days

Recently: every ~589 days

Total

39

Last Release

1490d ago

Major Versions

0.19 → 1.0.02014-11-10

1.2.3 → 2.0.02015-07-07

2.2.7 → 3.0.0-beta12017-11-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/31dcaa71007628affe5a759a757d17182e05ab88f2b018a46d74c62bc10d8249?d=identicon)[ibrows](/maintainers/ibrows)

---

Top Contributors

[![igoooor](https://avatars.githubusercontent.com/u/1036285?v=4)](https://github.com/igoooor "igoooor (8 commits)")[![mikemeier](https://avatars.githubusercontent.com/u/776406?v=4)](https://github.com/mikemeier "mikemeier (3 commits)")[![dominikzogg](https://avatars.githubusercontent.com/u/1011217?v=4)](https://github.com/dominikzogg "dominikzogg (1 commits)")[![fcpauldiaz](https://avatars.githubusercontent.com/u/4523284?v=4)](https://github.com/fcpauldiaz "fcpauldiaz (1 commits)")[![Gladhon](https://avatars.githubusercontent.com/u/946885?v=4)](https://github.com/Gladhon "Gladhon (1 commits)")[![igormukhingmailcom](https://avatars.githubusercontent.com/u/6544038?v=4)](https://github.com/igormukhingmailcom "igormukhingmailcom (1 commits)")

---

Tags

bundleSymfony2behaviorsextensionsgedmologgabledoctrine2ibrowsLoggableBundle

### Embed Badge

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

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

###  Alternatives

[stof/doctrine-extensions-bundle

Integration of the gedmo/doctrine-extensions with Symfony

1.9k88.1M432](/packages/stof-doctrine-extensions-bundle)[gedmo/doctrine-extensions

Doctrine behavioral extensions

4.1k122.6M410](/packages/gedmo-doctrine-extensions)

PHPackages © 2026

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