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 1w 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 40% 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

4136d 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.3k18.3M427](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

12413.3k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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