PHPackages                             kcs/watchdog-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. [Admin Panels](/categories/admin)
4. /
5. kcs/watchdog-bundle

ActiveLibrary[Admin Panels](/categories/admin)

kcs/watchdog-bundle
===================

Watchdog Bundle for Symfony2 and Doctrine2

0.1(11y ago)11.7k1MITPHPPHP &gt;=5.3.3

Since Apr 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/alekitto/watchdogbundle)[ Packagist](https://packagist.org/packages/kcs/watchdog-bundle)[ RSS](/packages/kcs-watchdog-bundle/feed)WikiDiscussions master Synced 1mo ago

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

KCS Watchdog bundle for Symfony
-------------------------------

[](#kcs-watchdog-bundle-for-symfony)

### Requirements:

[](#requirements)

Symfony &gt;= 2.8.0

### Installation:

[](#installation)

```
$ composer require kcs/watchdog-bundle
```

In order to make doctrine DBAL persister work you need to install `kcs/doctrine-extras`package and register the `Kcs\Doctrine\Types\BinaryArrayType` as `binary_array`. This is required since the trace log serialization could lead to problems if used into a `LONGTEXT` field in MySQL.

### Configuration

[](#configuration)

By default this bundle uses doctrine orm to persist the errors to database. You can override the persister implementing `Storage\StorageInterface` and specifying the new persister service id into `persister` configuration parameter

```
...

kcs_watchdog:
    persister:          app_my_custom_persister

...
```

You can ignore some exceptions you don't want to log; Example:

```
kcs_watchdog:
    allowed_exceptions:
        - Symfony\Component\HttpKernel\Exception\NotFoundHttpException
```

Setting the `enabled` config parameter to `false` the the bundle will be completly disabled. Services and parameters will be not loaded into the container

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

4040d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73dd7f3bebd03ec946b6b12359141ea461b770c3671acac4e8004e3c2d78e78f?d=identicon)[alekitto](/maintainers/alekitto)

---

Top Contributors

[![alekitto](https://avatars.githubusercontent.com/u/1257206?v=4)](https://github.com/alekitto "alekitto (58 commits)")[![robbixc](https://avatars.githubusercontent.com/u/4200884?v=4)](https://github.com/robbixc "robbixc (1 commits)")

### Embed Badge

![Health badge](/badges/kcs-watchdog-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[kilik/table

Symfony Ajax Datagrid Bundle for doctrine entities

3361.4k](/packages/kilik-table)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1714.8k8](/packages/2lenet-crudit-bundle)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[symfonyid/admin-bundle

Provide Admin Generator with KISS Principle

141.6k](/packages/symfonyid-admin-bundle)

PHPackages © 2026

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