PHPackages                             zuni/log-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. zuni/log-bundle

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

zuni/log-bundle
===============

Logging all INSERT, UPDATE and DELETE actions from doctrine events.

0631PHP

Since Mar 3Pushed 12y ago5 watchersCompare

[ Source](https://github.com/zunitec/LogBundle)[ Packagist](https://packagist.org/packages/zuni/log-bundle)[ RSS](/packages/zuni-log-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

LogBundle
=========

[](#logbundle)

Instalação
----------

[](#instalação)

Adicione o LogBundle em seu `composer.json`:

```
{
    "require": {
        "zuni/log-bundle": "1.*@dev"
    }
}
```

Registre o bundle no AppKernel:

```
new Zuni\LogBundle\ZuniLogBundle(),
```

Para configurar crie um manager no doctrine para o bundle. o nome do manager obrigatoriamente tem que ser `log` (por enquanto) Vá em config (Arquivos importantes):

```
orm:
    auto_generate_proxy_classes: %kernel.debug%
    default_entity_manager:   default
    entity_managers:
        log:
            connection:       default
            mappings:
                ZuniLogBundle: ~
```

agora de um update schema no manager que você crio para o bundle e pronto todas as entidades serão logadas. Caso você não queira que determinada entidade não seje logada, basta adicionar uma annotation na mesma:

```
...

/**
 *
 * @Loggable\NotLoggable
 * @ORM\Entity
 * @ORM\Table(name="my_class")
 */
class MyClass
{

...
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4996959?v=4)[Zunitec Tecnologias](/maintainers/zunitec)[@zunitec](https://github.com/zunitec)

---

Top Contributors

[![renatozunitec](https://avatars.githubusercontent.com/u/5417908?v=4)](https://github.com/renatozunitec "renatozunitec (1 commits)")[![zunitec](https://avatars.githubusercontent.com/u/4996959?v=4)](https://github.com/zunitec "zunitec (1 commits)")

### Embed Badge

![Health badge](/badges/zuni-log-bundle/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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