PHPackages                             lmsomeco/loki - 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. lmsomeco/loki

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

lmsomeco/loki
=============

Log handler to send monolog entries to a specified endpoint

1.0.0(4y ago)161MITPHP

Since Apr 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lmandcreative/lmsomeco-loki)[ Packagist](https://packagist.org/packages/lmsomeco/loki)[ RSS](/packages/lmsomeco-loki/feed)WikiDiscussions master Synced 1w ago

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

LOKI
====

[](#loki)

Usage
-----

[](#usage)

### Laravel

[](#laravel)

/config/logging.php

```
use Lmsomeco\Loki\LokiLogger;

...

'channels' => [
    ...
    'loki' => [
        'driver' => 'custom',
        'via' => LokiLogger::class,
        'data' => [
            'url' => 'https://examplelogger.com/api/endpoint',
            'token' => '12345678901234567'
        ]
    ]
]
```

### Wordpress

[](#wordpress)

Link to wordpress plugin goes here.

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

1597d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11902096?v=4)[Niko Peltoniemi](/maintainers/npeltoniemi)[@nPeltoniemi](https://github.com/nPeltoniemi)

---

Top Contributors

[![npelto](https://avatars.githubusercontent.com/u/43170627?v=4)](https://github.com/npelto "npelto (1 commits)")

### Embed Badge

![Health badge](/badges/lmsomeco-loki/health.svg)

```
[![Health](https://phpackages.com/badges/lmsomeco-loki/health.svg)](https://phpackages.com/packages/lmsomeco-loki)
```

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k208.8M397](/packages/symfony-monolog-bridge)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[illuminate/log

The Illuminate Log package.

6225.7M690](/packages/illuminate-log)[spatie/flare-client-php

Send PHP errors to Flare

178166.2M24](/packages/spatie-flare-client-php)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)

PHPackages © 2026

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