PHPackages                             ravaelles/laravel-filebeat - 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. ravaelles/laravel-filebeat

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

ravaelles/laravel-filebeat
==========================

The middleware for application log with json format and correspond to filebeat log collection

v1.3.0(7y ago)04.9kMITPHPPHP &gt;=7

Since Jan 4Pushed 6y agoCompare

[ Source](https://github.com/Ravaelles/laravel-filebeat)[ Packagist](https://packagist.org/packages/ravaelles/laravel-filebeat)[ RSS](/packages/ravaelles-laravel-filebeat/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (6)Used By (0)

laravel-filebeat
================

[](#laravel-filebeat)

Forked from [shallowman/laravel-filebeat](https://github.com/shallowman/laravel-filebeat)

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

[](#installation)

Require the `shallowman/laravel-filebeat` package in your `composer.json` and update your dependencies:

```
$ composer require shallowman/laravel-filebeat
```

For laravel &gt;=5.5 that's all. This package supports Laravel new [Package Discovery](https://laravel.com/docs/5.5/packages#package-discovery).

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

[](#configuration)

The defaults are set in `config/app-log.php`. Copy this file to your own config directory to modify the values. You can publish the config using this command:

```
$ php artisan vendor:publish --provider="Shallowman\Log\ServiceProvider"
```

> **Note:** If you want to rewrite the log path please provide a real path.

```
return [
    'channels' => [
        'filebeat' => [
            'driver' => 'daily',
            'path' => env('APP_LOG_PATH', '/application/logs/app.log'),
            'tap' => [Shallowman\Log\LogFormatter::class],
            'days' => 7,
        ],
    ],
];
```

Add the HandleApplicationLog middleware in the $middleware property of app/Http/Kernel.php class:

```
protected $middleware = [
    // ...
    \Shallowman\Log\HandleApplicationLog::class,
];
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~2 days

Total

4

Last Release

2675d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b011dd390fab9e6e389b519ac8898449d28974137eb24b7df0e656c513c453f?d=identicon)[Ravaelles](/maintainers/Ravaelles)

---

Top Contributors

[![Ravaelles](https://avatars.githubusercontent.com/u/5878275?v=4)](https://github.com/Ravaelles "Ravaelles (3 commits)")[![shallowman](https://avatars.githubusercontent.com/u/46313752?v=4)](https://github.com/shallowman "shallowman (1 commits)")

---

Tags

logjsonlaravelfilebeat

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ravaelles-laravel-filebeat/health.svg)

```
[![Health](https://phpackages.com/badges/ravaelles-laravel-filebeat/health.svg)](https://phpackages.com/packages/ravaelles-laravel-filebeat)
```

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)

PHPackages © 2026

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