PHPackages                             matteomascellani/filament-advanced-log-viewer - 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. matteomascellani/filament-advanced-log-viewer

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

matteomascellani/filament-advanced-log-viewer
=============================================

Advanced log viewer page plugin for Filament v4

v2.0.0(1mo ago)08↓100%MITPHPPHP ^8.2

Since Mar 14Pushed 1mo agoCompare

[ Source](https://github.com/matteomascellani/filament-advanced-log-viewer)[ Packagist](https://packagist.org/packages/matteomascellani/filament-advanced-log-viewer)[ RSS](/packages/matteomascellani-filament-advanced-log-viewer/feed)WikiDiscussions main Synced 1mo ago

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

h2bit/filament-advanced-log-viewer
==================================

[](#h2bitfilament-advanced-log-viewer)

Advanced Filament v4 log viewer page with:

- sidebar grouped by channel
- channel/date/size friendly list
- sidebar search + date range filtering
- content search + line limits
- Laravel stack trace-style expansion
- JSON pretty print for jobs/fic channels

Install (from Packagist)
------------------------

[](#install-from-packagist)

```
composer require h2bit/filament-advanced-log-viewer
```

Install (local path repository)
-------------------------------

[](#install-local-path-repository)

Add in your project `composer.json`:

```
{
  "repositories": [
    {
      "type": "path",
      "url": "packages/h2bit/filament-advanced-log-viewer"
    }
  ]
}
```

Then:

```
composer require h2bit/filament-advanced-log-viewer:@dev
```

Register plugin in your panel provider:

```
use H2bit\FilamentAdvancedLogViewer\FilamentAdvancedLogViewerPlugin;

->plugins([
    FilamentAdvancedLogViewerPlugin::make(),
])
```

Optional config publish:

```
php artisan vendor:publish --tag=filament-advanced-log-viewer-config
```

Config
------

[](#config)

`config/filament-advanced-log-viewer.php`

- `navigation_group`, `navigation_label`, `navigation_icon`, `navigation_sort`
- `slug`, `title`
- `logs_glob`
- `channel_meta`

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance88

Actively maintained with recent releases

Popularity7

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

Every ~0 days

Total

4

Last Release

59d ago

Major Versions

v1.0.0 → v2.0.02026-03-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb4770e4e09fe485447c647c3c017c8ff4d9240b2ab004747770088f4f6a88f7?d=identicon)[matteomascellani](/maintainers/matteomascellani)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/matteomascellani-filament-advanced-log-viewer/health.svg)

```
[![Health](https://phpackages.com/badges/matteomascellani-filament-advanced-log-viewer/health.svg)](https://phpackages.com/packages/matteomascellani-filament-advanced-log-viewer)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[beyondcode/laravel-server-timing

Add Server-Timing header information from within your Laravel apps.

5712.0M1](/packages/beyondcode-laravel-server-timing)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

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

Filament authentication log plugin.

51143.5k3](/packages/tapp-filament-authentication-log)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[label84/laravel-auth-log

Log user authentication actions in Laravel.

3654.0k](/packages/label84-laravel-auth-log)

PHPackages © 2026

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