PHPackages                             outsourced/log-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. outsourced/log-monolog

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

outsourced/log-monolog
======================

Monolog extension handler for outsourced logging

0.3.0(5y ago)051[2 issues](https://github.com/pipan/log-outsourced-monolog/issues)[2 PRs](https://github.com/pipan/log-outsourced-monolog/pulls)MITPHP

Since Jul 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pipan/log-outsourced-monolog)[ Packagist](https://packagist.org/packages/outsourced/log-monolog)[ RSS](/packages/outsourced-log-monolog/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

Log Outsourced - monolog extension
==================================

[](#log-outsourced---monolog-extension)

Monolog extension for [Outsourced Logging](https://github.com/pipan/log-outsourced-api)

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

[](#installation)

`composer require outsourced/log-monolog`

Usage
-----

[](#usage)

```
use Monolog\Logger;
use LogOutsourcedMonolog\LogOutsourcedHandler;

$logger = new Logger('name');
$logger->pushHandler(new LogOutsourcedHandler('https://uri.to/your_log/outsourced_api'));
```

### Laravel

[](#laravel)

You have to set `loggin` config to contain new monolog channel. Then you can use this channel in your application or set it as `default`.

```
[
    'channels' => [
        'outsourced' => [
            'driver'  => 'monolog',
            'handler' => LogOutsourcedMonolog\LogOutsourcedHandler::class,
            'with' => [
                'host' => env('OUTSOURCED_HOST', 'https://outsourced.example.com'),
                'accessKey' => env('OUTSOURCED_ACCESS_KEY', 'access-key')
            ],
        ]
    ]
]
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

5

Last Release

1989d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/775a7227e0e7d4846459381b3b3d501c394652c515f6500dcea53df6fd0b8b63?d=identicon)[pipan](/maintainers/pipan)

---

Top Contributors

[![pipan](https://avatars.githubusercontent.com/u/8142625?v=4)](https://github.com/pipan "pipan (9 commits)")

---

Tags

logloggingmonologoutsourced

### Embed Badge

![Health badge](/badges/outsourced-log-monolog/health.svg)

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

###  Alternatives

[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)[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)[mero/yii2-monolog

The Monolog integration for the Yii framework.

42186.1k](/packages/mero-yii2-monolog)[mero/telegram-handler

Monolog handler to send log by Telegram

36113.3k](/packages/mero-telegram-handler)[lefuturiste/monolog-discord-handler

A simple monolog handler for support Discord webhooks

34111.6k4](/packages/lefuturiste-monolog-discord-handler)

PHPackages © 2026

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