PHPackages                             zoltanlaca/eh-symfony - 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. zoltanlaca/eh-symfony

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

zoltanlaca/eh-symfony
=====================

Handling errors

v1.1.0(1y ago)01.2k↓33.3%MITPHPPHP &gt;=8.1

Since Aug 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/zoltanlaca/eh-symfony)[ Packagist](https://packagist.org/packages/zoltanlaca/eh-symfony)[ RSS](/packages/zoltanlaca-eh-symfony/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

Error Handler
=============

[](#error-handler)

Setup
-----

[](#setup)

### Add Environment Variables

[](#add-environment-variables)

- `EH_ERROR_HANDLER_URL` - URL to the error handler. Eg: `https://localhost/error/handler`
- `EH_ERROR_HANDLER_API_AUTH` - Key to access the error handler API. Eg: `1234567890`

### Symfony

[](#symfony)

#### Add ExceptionListener

[](#add-exceptionlistener)

Into `config/services.yaml` add the following:

```
services:
  Zoltanlaca\EhSymfony\EventListener\ExceptionListener:
    tags: [ kernel.event_listener ]
```

#### Skip exceptions

[](#skip-exceptions)

- copy `Zoltanlaca\EhSymfony\EventListener\ExceptionListener`
- fill `skipExceptions` array with your exceptions
- replace ExceptionListener in config/services.yaml with your ExceptionListener

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance45

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.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 ~114 days

Recently: every ~142 days

Total

6

Last Release

424d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/218b6ec8f036f3ff23e585b35e9b61e9ac6524ef3e63fc0ce15b2e3b0625f387?d=identicon)[zoltan.laca@fortuity.sk](/maintainers/zoltan.laca@fortuity.sk)

---

Top Contributors

[![samuelszabo](https://avatars.githubusercontent.com/u/403439?v=4)](https://github.com/samuelszabo "samuelszabo (10 commits)")[![sakulb](https://avatars.githubusercontent.com/u/95277083?v=4)](https://github.com/sakulb "sakulb (1 commits)")[![zoltanlaca](https://avatars.githubusercontent.com/u/26300430?v=4)](https://github.com/zoltanlaca "zoltanlaca (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zoltanlaca-eh-symfony/health.svg)

```
[![Health](https://phpackages.com/badges/zoltanlaca-eh-symfony/health.svg)](https://phpackages.com/packages/zoltanlaca-eh-symfony)
```

###  Alternatives

[liip/monitor-bundle

Liip Monitor Bundle

4728.7M16](/packages/liip-monitor-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[inspector-apm/inspector-symfony

Code Execution Monitoring for Symfony applications.

2830.1k2](/packages/inspector-apm-inspector-symfony)

PHPackages © 2026

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