PHPackages                             reasno/elk-logger - 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. reasno/elk-logger

ActiveLibrary

reasno/elk-logger
=================

Logger to ELK stack

0.0.11(7y ago)22.4k↓100%MITPHP

Since Apr 26Pushed 7y agoCompare

[ Source](https://github.com/Reasno/ElkLogger)[ Packagist](https://packagist.org/packages/reasno/elk-logger)[ RSS](/packages/reasno-elk-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (10)Used By (0)

ElkLogger
=========

[](#elklogger)

This package is to be used in conjunction with laravel.

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

[](#installation)

```
composer require reasno/elk-logger
```

Configuration
-------------

[](#configuration)

In your config/Logger.php, add a new channel:

```
return [
    //...
    'custom' => [
        'driver' => 'custom',
        'via' => Reasno\ElkLogger\ElkLogger::class,
        'level' => 'info',
        'password' => "XXXXXXX",
        'host' => '127.0.0.1',
        'port' => XXXX,
        'type' => 'some unique id'
    ],
    //...
];
```

Then configure your app to use this channel for logging.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Recently: every ~0 days

Total

9

Last Release

2888d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f7af73177d27773a882385657d18105ac6dbe5eddf81ff883495bf4edd70f14?d=identicon)[Reasno](/maintainers/Reasno)

---

Top Contributors

[![Reasno](https://avatars.githubusercontent.com/u/3881629?v=4)](https://github.com/Reasno "Reasno (15 commits)")

---

Tags

elk-stacklaravel

### Embed Badge

![Health badge](/badges/reasno-elk-logger/health.svg)

```
[![Health](https://phpackages.com/badges/reasno-elk-logger/health.svg)](https://phpackages.com/packages/reasno-elk-logger)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[teamtnt/tntsearch

A fully featured full text search engine written in PHP

3.2k3.0M28](/packages/teamtnt-tntsearch)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[pdffiller/qless-php

PHP Bindings for qless

29113.2k1](/packages/pdffiller-qless-php)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)

PHPackages © 2026

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