PHPackages                             tridevsio/laravel-logstash-driver - 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. tridevsio/laravel-logstash-driver

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

tridevsio/laravel-logstash-driver
=================================

A driver to connect laravel log to logstash socket

1.0.0(4y ago)2116MITPHPPHP &gt;=7.4

Since Mar 16Pushed 4y agoCompare

[ Source](https://github.com/TridevsIO/laravel-logstash-driver)[ Packagist](https://packagist.org/packages/tridevsio/laravel-logstash-driver)[ RSS](/packages/tridevsio-laravel-logstash-driver/feed)WikiDiscussions main Synced today

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

laravel-logstash-driver
=======================

[](#laravel-logstash-driver)

A Driver to connect laravel logs to logstash

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

[](#installation)

You can install this package via composer using this command:

```
composer require tridevsio/laravel-logstash-driver

```

The package will automatically register itself.

Add new log channel to `config/logging.php` under the section **channels**:

```
   'logstash' => [
        'driver' => 'custom',
        'appName' => env('APP_NAME', 'My test app'),
        'via'    => \TridevsIO\LaravelLogstashDriver\LogstashLogger::class,
        'host'   => env('LOGSTASH_HOST', '127.0.0.1'),
        'port'   => env('LOGSTASH_PORT', 4718),
        'extra'   => [],
    ],
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

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

1571d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/101253365?v=4)[tabenomar](/maintainers/tabenomar)[@tabenomar](https://github.com/tabenomar)

---

Top Contributors

[![tabenomar](https://avatars.githubusercontent.com/u/101253365?v=4)](https://github.com/tabenomar "tabenomar (6 commits)")

### Embed Badge

![Health badge](/badges/tridevsio-laravel-logstash-driver/health.svg)

```
[![Health](https://phpackages.com/badges/tridevsio-laravel-logstash-driver/health.svg)](https://phpackages.com/packages/tridevsio-laravel-logstash-driver)
```

###  Alternatives

[symfony/monolog-bridge

Provides integration for Monolog with various Symfony components

2.6k203.8M358](/packages/symfony-monolog-bridge)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[spiral/framework

Spiral, High-Performance PHP/Go Framework

2.1k2.2M67](/packages/spiral-framework)[illuminate/log

The Illuminate Log package.

6225.3M625](/packages/illuminate-log)

PHPackages © 2026

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