PHPackages                             webowi/symfony-monitoring-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. webowi/symfony-monitoring-bundle

ActiveSymfony-bundle

webowi/symfony-monitoring-bundle
================================

Symfony bundle that ships error logs to Monitoring Webowi with near-zero configuration.

v0.1.6(3w ago)019MITPHPPHP &gt;=8.1CI passing

Since Jul 13Pushed 3w agoCompare

[ Source](https://github.com/webowi/symfony-monitoring-bundle)[ Packagist](https://packagist.org/packages/webowi/symfony-monitoring-bundle)[ RSS](/packages/webowi-symfony-monitoring-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (18)Versions (8)Used By (0)

Symfony Monitoring Bundle
=========================

[](#symfony-monitoring-bundle)

Ships error-level Symfony logs (with full surrounding context) to [Monitoring Webowi](https://github.com/webowi/monitoring-webowi) with near-zero configuration.

Install
-------

[](#install)

```
composer require webowi/symfony-monitoring-bundle
```

Add to `config/packages/symfony_monitoring.yaml`:

```
symfony_monitoring:
    url: '%env(MONITORING_WEBOWI_URL)%'
    api_key: '%env(MONITORING_WEBOWI_API_KEY)%'
    level: error
```

Get your project's `url` and `api_key` from your Monitoring Webowi project's ingestion-key page.

> **Running in Docker?** `localhost` inside your app's container does not reach a Monitoring Webowi instance running in a sibling container/stack. Use `http://host.docker.internal:/...`(Docker Desktop on Mac/Windows) instead, or the instance's container/service name if both stacks share a Docker network.

That's it — no `monolog.yaml` wiring needed. The bundle registers the full handler chain (including a `fingers_crossed` buffer so the full DEBUG-and-up context leading up to an error is sent, not just the error line itself) automatically. For any log record carrying an `exception` in its context, the bundle also resolves an HTTP status code — the exception's own status if it implements `HttpExceptionInterface`, otherwise `500` — and sends it as `http_status_code`.

Configuration reference
-----------------------

[](#configuration-reference)

KeyRequiredDefaultDescription`url`yes—Base URL of your Monitoring Webowi instance`api_key`yes—Your project's ingestion API key`level`no`error`PSR-3 level at which a buffered request's context is flushed and sentLicense
-------

[](#license)

MIT

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance95

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 63.6% 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 ~4 days

Total

7

Last Release

21d ago

PHP version history (3 changes)v0.1.0PHP &gt;=8.4

v0.1.1PHP &gt;=8.2

v0.1.5PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/028ad766f333f8b7e015c26f52185093708f31ec92ce8edf82bf1891f83d5a21?d=identicon)[webowi](/maintainers/webowi)

---

Top Contributors

[![webowi](https://avatars.githubusercontent.com/u/199783109?v=4)](https://github.com/webowi "webowi (7 commits)")[![kkedzierski2](https://avatars.githubusercontent.com/u/230344314?v=4)](https://github.com/kkedzierski2 "kkedzierski2 (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/webowi-symfony-monitoring-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/webowi-symfony-monitoring-bundle/health.svg)](https://phpackages.com/packages/webowi-symfony-monitoring-bundle)
```

###  Alternatives

[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

86538.6k](/packages/flow-php-flow)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

605.9M711](/packages/shopware-core)[contao/core-bundle

Contao Open Source CMS

1231.7M3.1k](/packages/contao-core-bundle)

PHPackages © 2026

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