PHPackages                             weew/app-error-handler-monolog - 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. weew/app-error-handler-monolog

ActiveLibrary

weew/app-error-handler-monolog
==============================

Integrates monolog/monolog logger into weew/app-error-handler.

v2.2.2(9y ago)0881MITPHP

Since Feb 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/weew/app-error-handler-monolog)[ Packagist](https://packagist.org/packages/weew/app-error-handler-monolog)[ RSS](/packages/weew-app-error-handler-monolog/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (9)Used By (1)

Monolog error handler
=====================

[](#monolog-error-handler)

[![Build Status](https://camo.githubusercontent.com/45445dcdd621ba5809950dcc6105e6688ecb382725e7d15f993149c5750db2d9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f776565772f6170702d6572726f722d68616e646c65722d6d6f6e6f6c6f672e737667)](https://travis-ci.org/weew/app-error-handler-monolog)[![Code Quality](https://camo.githubusercontent.com/47d6f091fa056212d627006e8f78d98516433d3daf12af77fbdd5332331bfe3a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f776565772f6170702d6572726f722d68616e646c65722d6d6f6e6f6c6f672e737667)](https://scrutinizer-ci.com/g/weew/app-error-handler-monolog)[![Test Coverage](https://camo.githubusercontent.com/ac64caec4d9381b81910df2e60bc44d7f3b81c6f033681ec6ef3979efbfe36b9/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f776565772f6170702d6572726f722d68616e646c65722d6d6f6e6f6c6f672e737667)](https://coveralls.io/github/weew/app-error-handler-monolog)[![Version](https://camo.githubusercontent.com/76ff1fc704aad9b3fb819d05d124e714b51b423f7a8a953337beee5da1363731/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776565772f6170702d6572726f722d68616e646c65722d6d6f6e6f6c6f672e737667)](https://packagist.org/packages/weew/app-error-handler-monolog)[![Licence](https://camo.githubusercontent.com/82e98c8b346501026822f2bcc4aa87a3e7dc0c6e0e1f175ec43c3a5d12a9f019/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f776565772f6170702d6572726f722d68616e646c65722d6d6f6e6f6c6f672e737667)](https://packagist.org/packages/weew/app-error-handler-monolog)

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Introduction](#introduction)
- [Usage](#usage)
- [Example config](#example-config)

Installation
------------

[](#installation)

`composer require weew/app-error-handler-monolog`

Introduction
------------

[](#introduction)

This package integrates [Monolog](https://github.com/Seldaek/monolog) into the [weew/app-error-handler](https://github.com/weew/app-error-handler) package.

Usage
-----

[](#usage)

To enable this provider simply register it on the kernel.

```
$app->getKernel()->addProviders([
    ErrorHandlingProvider::class,
    MonologProvider::class,
    MonologErrorHandlerProvider::class,
]);
```

Example config
--------------

[](#example-config)

This is how the config might look like in yaml:

```
monolog_error_handler:
  channel_name: error
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity68

Established project with proven stability

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 ~20 days

Recently: every ~33 days

Total

8

Last Release

3581d ago

Major Versions

v1.2.0 → v2.0.02016-03-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/10b2b854b5829dd13a15967c000ed2119b5faef67aca24d94c653c8ac550d85e?d=identicon)[weew](/maintainers/weew)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/weew-app-error-handler-monolog/health.svg)

```
[![Health](https://phpackages.com/badges/weew-app-error-handler-monolog/health.svg)](https://phpackages.com/packages/weew-app-error-handler-monolog)
```

PHPackages © 2026

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