PHPackages                             pmdevelopment/logger-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. pmdevelopment/logger-bundle

AbandonedArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

pmdevelopment/logger-bundle
===========================

Logger for Symfony

1.0.10(7y ago)086MITPHPPHP ^7.0.16

Since Mar 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pmdevelopment/logger-bundle)[ Packagist](https://packagist.org/packages/pmdevelopment/logger-bundle)[ RSS](/packages/pmdevelopment-logger-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (4)Versions (12)Used By (0)

LoggerBundle
============

[](#loggerbundle)

It is a Symfony Bundle with the goal to provide a persistent logger, which allows parallel (but not compatible!) to the integrated and easy error management for the productive environment.

Setup
-----

[](#setup)

Add to composer:

```
composer require pmdevelopment/logger-bundle
```

Add to Bundles in AppKernel:

```
new PM\Bundle\LoggerBundle\PMLoggerBundle(),
```

Import services in config.yml:

```
imports:
    - { resource: "@PMLoggerBundle/Resources/config/services.yml" }
```

Create and execute migrations:

```
php bin/console doctr:migr:diff
php bin/console doctr:migr:migr
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~12 days

Total

11

Last Release

2858d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2dd56506781ea456f9f07c468f15af9a35c595fb1263c776c024c142f4b7f712?d=identicon)[pmdevelopment](/maintainers/pmdevelopment)

---

Top Contributors

[![pmdevelopment](https://avatars.githubusercontent.com/u/4947485?v=4)](https://github.com/pmdevelopment "pmdevelopment (16 commits)")

### Embed Badge

![Health badge](/badges/pmdevelopment-logger-bundle/health.svg)

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

###  Alternatives

[evolution7/bugsnag-bundle

Bugsnag error reporting integration for Symfony2

19126.5k1](/packages/evolution7-bugsnag-bundle)

PHPackages © 2026

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