PHPackages                             mattyg/monolog-cascade - 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. mattyg/monolog-cascade

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

mattyg/monolog-cascade
======================

Monolog extension to configure multiple loggers in the blink of an eye and access them from anywhere

1.0.0(10y ago)0296MITPHPPHP &gt;=5.6.0

Since Jun 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/djmattyg007/monolog-cascade)[ Packagist](https://packagist.org/packages/mattyg/monolog-cascade)[ Docs](https://github.com/djmattyg007/monolog-cascade)[ RSS](/packages/mattyg-monolog-cascade/feed)WikiDiscussions master Synced 4w ago

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

Monolog Cascade
===============

[](#monolog-cascade)

What is Monolog Cascade?
------------------------

[](#what-is-monolog-cascade)

Monolog Cascade is a [Monolog](https://github.com/Seldaek/monolog) extension that allows you to set up and configure multiple loggers and handlers from a single config file. This is a fork, with the intention of being fast and slim.

It's been inspired by the [`logging.config`](https://docs.python.org/3.5/library/logging.config.html) Python module.

---

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

[](#installation)

Add `monolog-cascade` as a requirement in your `composer.json` file or run

```
$ composer require mattyg/monolog-cascade
```

Note: This fork of Monolog Cascade requires PHP 5.6 or higher.

Usage
-----

[](#usage)

```
