PHPackages                             ppi/monolog-module - 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. ppi/monolog-module

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

ppi/monolog-module
==================

Monolog module for PPI2

1.0(12y ago)262[1 PRs](https://github.com/ppi/ppi-monolog-module/pulls)MITPHP

Since Apr 6Pushed 10y ago2 watchersCompare

[ Source](https://github.com/ppi/ppi-monolog-module)[ Packagist](https://packagist.org/packages/ppi/monolog-module)[ Docs](https://github.com/ppi/ppi-monolog-module)[ RSS](/packages/ppi-monolog-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

PPI Monolog Module
==================

[](#ppi-monolog-module)

[Monolog](https://github.com/Seldaek/monolog "Sends your logs to files, sockets, inboxes, databases and various web services") module for [PPI2](http://ppi.io/ "PPI Framework - The PHP Meta Framework!").

[![Total Downloads](https://camo.githubusercontent.com/95b58d1561faaf6768373a6cc0a40de27f78fed820a01f65a0469c5d6e7d32fb/68747470733a2f2f706f7365722e707567782e6f72672f7070692f6d6f6e6f6c6f672d6d6f64756c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/ppi/monolog-module)[![Latest Stable Version](https://camo.githubusercontent.com/98ff23dff3a8101fb29c56c61427610d67167c0204288d9d7651db6eea408ad2/68747470733a2f2f706f7365722e707567782e6f72672f7070692f6d6f6e6f6c6f672d6d6f64756c652f762f737461626c652e706e67)](https://packagist.org/packages/ppi/monolog-module)[![Latest Unstable Version](https://camo.githubusercontent.com/5a06987be4e3cdbc7840f5a75bba2d8d71ee52265491c78014aa7a363adb30bf/68747470733a2f2f706f7365722e707567782e6f72672f7070692f6d6f6e6f6c6f672d6d6f64756c652f762f756e737461626c652e706e67)](https://packagist.org/packages/ppi/monolog-module)[![Build Status](https://camo.githubusercontent.com/2aeece0242940e511983a506775946da53ce17990cca45208cce7bec4a0673cc/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7070692f7070692d6d6f6e6f6c6f672d6d6f64756c652e706e67)](http://travis-ci.org/ppi/ppi-monolog-module)[![License](https://camo.githubusercontent.com/cebccd1fda0b2d824dab76d1b218c4c3dd1c9da41d2188c4bf16330243d7f45a/68747470733a2f2f706f7365722e707567782e6f72672f7070692f6d6f6e6f6c6f672d6d6f64756c652f6c6963656e73652e706e67)](https://packagist.org/packages/ppi/monolog-module)

Monolog
-------

[](#monolog)

> Monolog sends your logs to files, sockets, inboxes, databases and various web services. See the complete list of handlers below. Special handlers allow you to build advanced logging strategies.
>
> This library implements the [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) interface that you can type-hint against in your own libraries to keep a maximum of interoperability. You can also use it in your applications to make sure you can always use another compatible logger at a later time.

Requirements
------------

[](#requirements)

- [PHP](http://php.net/ "PHP: Hypertext Preprocessor") 5.3.3 and up
- [PPI Framework 2](http://ppi.io/ "PPI Framework - The PHP Meta Framework!") (2.1.x)

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

[](#installation)

### 1. Install Composer

[](#1-install-composer)

If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s http://getcomposer.org/installer | php
```

### 2. Add ppi/monolog-module to your composer.json and install it

[](#2-add-ppimonolog-module-to-your-composerjson-and-install-it)

```
$ php composer.phar require ppi/monolog-module dev-master
```

Composer will install the module to your project's `vendor/ppi` directory.

### 3. Enable the module

[](#3-enable-the-module)

Enable this module by editing `app/config/modules.yml`:

```
modules:
    - PPI\MonologModule
    # ...
```

License
-------

[](#license)

This module is licensed under the MIT License. See the [LICENSE file](https://github.com/ppi/ppi-monolog-module/blob/master/LICENSE) for details.

Authors
-------

[](#authors)

- Vítor Brandão -  ~ [twitter.com/noiselabs](http://twitter.com/noiselabs) ~ [noiselabs.org](http://noiselabs.org)

See also the list of [contributors](https://github.com/ppi/ppi-monolog-module/contributors) who participated in this project.

Submitting bugs and feature requests
------------------------------------

[](#submitting-bugs-and-feature-requests)

Bugs and feature requests are tracked on [GitHub](https://github.com/ppi/ppi-monolog-module/issues).

About PPI
---------

[](#about-ppi)

[![](https://camo.githubusercontent.com/6be34dae981d493a51557c4a1c0d31273bac44d149c967ba9b453dbee343bf8c/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f372f37642f5070692d6672616d65776f726b2d6c6f676f2e706e67)](https://camo.githubusercontent.com/6be34dae981d493a51557c4a1c0d31273bac44d149c967ba9b453dbee343bf8c/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f372f37642f5070692d6672616d65776f726b2d6c6f676f2e706e67)

> PPI is an open source PHP meta-framework. It has taken the good bits from Symfony2, ZendFramework2 &amp; Doctrine2 and combined them together to create a solid and very easy web application framework. It can be considered the boilerplate of PHP frameworks.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4416d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9025c7b030862eabb8877bfe173b2358db04463e16d50703c6d9287e55fe5804?d=identicon)[dragoonis](/maintainers/dragoonis)

![](https://www.gravatar.com/avatar/e9b45b06004ca41f33b01643ea58854ede6df882d9d262318c13e77f738e8402?d=identicon)[noiselabs](/maintainers/noiselabs)

---

Top Contributors

[![vitorbrandao](https://avatars.githubusercontent.com/u/109226?v=4)](https://github.com/vitorbrandao "vitorbrandao (10 commits)")

---

Tags

logloggingppi

### Embed Badge

![Health badge](/badges/ppi-monolog-module/health.svg)

```
[![Health](https://phpackages.com/badges/ppi-monolog-module/health.svg)](https://phpackages.com/packages/ppi-monolog-module)
```

###  Alternatives

[symfony/monolog-bundle

Symfony MonologBundle

2.9k249.1M1.5k](/packages/symfony-monolog-bundle)[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k6](/packages/inpsyde-wonolog)[amphp/log

Non-blocking logging for PHP based on Amp, Revolt, and Monolog.

402.6M70](/packages/amphp-log)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[logtail/monolog-logtail

Logtail handler for Monolog

233.2M3](/packages/logtail-monolog-logtail)[inpsyde/logzio-monolog

Logz.io integration for Monolog

191.2M1](/packages/inpsyde-logzio-monolog)

PHPackages © 2026

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