PHPackages                             maxsky/lumen-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. maxsky/lumen-log-viewer

ActiveLaravel-package[Logging &amp; Monitoring](/categories/logging)

maxsky/lumen-log-viewer
=======================

A Lumen log reader

v1.3.0(6y ago)12.9k1MITPHPPHP &gt;=7.0

Since Nov 24Pushed 6y agoCompare

[ Source](https://github.com/maxsky/lumen-log-viewer)[ Packagist](https://packagist.org/packages/maxsky/lumen-log-viewer)[ RSS](/packages/maxsky-lumen-log-viewer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (66)Used By (0)

Lumen 5 Log Viewer
==================

[](#lumen-5-log-viewer)

[![Badge](https://camo.githubusercontent.com/2f87e096cf94702c98d3af421d2c35f2c5cc8d86385355a43e441d9a5c1aedcc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c696e6b2d3939362e6963752d2532334646344435422e737667)](https://996.icu/#/zh_CN)[![Build Status](https://camo.githubusercontent.com/502186fb32374573798f9b4e0c3ac79addeb99421ce2a8a9bb61d451ce7ddbb7/68747470733a2f2f7777772e7472617669732d63692e6f72672f6d6178736b792f6c756d656e2d6c6f672d7669657765722e7376673f6272616e63683d6d6173746572)](https://www.travis-ci.org/maxsky/lumen-log-viewer)[![codecov](https://camo.githubusercontent.com/9bb3f3f15580195b7f9ee091090c2409cde6d9be74bd77605b5a0dc9956481e8/68747470733a2f2f636f6465636f762e696f2f67682f6d6178736b792f6c756d656e2d6c6f672d7669657765722f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/maxsky/lumen-log-viewer)[![Author](https://camo.githubusercontent.com/8f00c56d5cd1a069c69dc564395195e64acb6d5f41d7662a8b23563d7011ef7d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d4072617032682d626c75652e737667)](https://twitter.com/rap2h)

What is this?
-------------

[](#what-is-this)

Small log viewer for lumen. Looks like this:

[![screenshot](https://github.com/maxsky/lumen-log-viewer/raw/master/screenshot.png)](https://github.com/maxsky/lumen-log-viewer/raw/master/screenshot.png)

Install
-------

[](#install)

Install via composer

```
composer require maxsky/lumen-log-viewer

```

Add Service Provider to `app/Providers/AppServiceProvider.php`

```
$this->app->register(\LumenLogViewer\Providers\LumenLogViewerServiceProvider::class);
```

Add a route in your web routes file, like this:

```
/** @var Laravel\Lumen\Routing\Router $router */
$router->group(['namespace' => '\LumenLogViewer\Controllers'], function () use ($router) {
    $router->get('logs', 'LogViewerController@index');
});
```

Go to `http://yourapp/logs` or some other route

**Optionally** copy `vendor/maxsky/lumen-log-viewer/views/logviewer.blade.php` into `/resources/views/vendor/lumen-log-viewer/` for view customization:

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 67.7% 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 ~27 days

Recently: every ~50 days

Total

65

Last Release

2425d ago

Major Versions

v0.22.1 → v1.0.02019-01-02

PHP version history (2 changes)v0.1.0PHP &gt;=5.4.0

v1.3.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/849c3b70e82874c89e079738e4879e0eabb71d1a73f53e81b88c39a9b40f32ae?d=identicon)[rap2hpoutre](/maintainers/rap2hpoutre)

![](https://www.gravatar.com/avatar/2f8f4aa99ca479f6fb6b162b4b56ce4e8e8e96518c828949a69b2db37ae4ecb0?d=identicon)[maxsky](/maintainers/maxsky)

---

Top Contributors

[![rap2hpoutre](https://avatars.githubusercontent.com/u/1575946?v=4)](https://github.com/rap2hpoutre "rap2hpoutre (134 commits)")[![maxsky](https://avatars.githubusercontent.com/u/7405522?v=4)](https://github.com/maxsky "maxsky (15 commits)")[![elminson](https://avatars.githubusercontent.com/u/2476286?v=4)](https://github.com/elminson "elminson (7 commits)")[![apreiml](https://avatars.githubusercontent.com/u/350183?v=4)](https://github.com/apreiml "apreiml (6 commits)")[![Agontuk](https://avatars.githubusercontent.com/u/5656440?v=4)](https://github.com/Agontuk "Agontuk (3 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (3 commits)")[![cino](https://avatars.githubusercontent.com/u/2735602?v=4)](https://github.com/cino "cino (3 commits)")[![mikemand](https://avatars.githubusercontent.com/u/745184?v=4)](https://github.com/mikemand "mikemand (2 commits)")[![rtconner](https://avatars.githubusercontent.com/u/334533?v=4)](https://github.com/rtconner "rtconner (2 commits)")[![sskl](https://avatars.githubusercontent.com/u/149003?v=4)](https://github.com/sskl "sskl (2 commits)")[![AnthonyPorthouse](https://avatars.githubusercontent.com/u/5079595?v=4)](https://github.com/AnthonyPorthouse "AnthonyPorthouse (2 commits)")[![mattlibera](https://avatars.githubusercontent.com/u/6657359?v=4)](https://github.com/mattlibera "mattlibera (1 commits)")[![mrahmadt](https://avatars.githubusercontent.com/u/957921?v=4)](https://github.com/mrahmadt "mrahmadt (1 commits)")[![okaufmann](https://avatars.githubusercontent.com/u/4414498?v=4)](https://github.com/okaufmann "okaufmann (1 commits)")[![Omranic](https://avatars.githubusercontent.com/u/406705?v=4)](https://github.com/Omranic "Omranic (1 commits)")[![peppeocchi](https://avatars.githubusercontent.com/u/4161743?v=4)](https://github.com/peppeocchi "peppeocchi (1 commits)")[![rafaelbeckel](https://avatars.githubusercontent.com/u/28917?v=4)](https://github.com/rafaelbeckel "rafaelbeckel (1 commits)")[![Solinx](https://avatars.githubusercontent.com/u/2049212?v=4)](https://github.com/Solinx "Solinx (1 commits)")[![abarreir](https://avatars.githubusercontent.com/u/1942346?v=4)](https://github.com/abarreir "abarreir (1 commits)")[![xembill](https://avatars.githubusercontent.com/u/8319808?v=4)](https://github.com/xembill "xembill (1 commits)")

---

Tags

loglogginglumenlog viewerlog-reader

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/maxsky-lumen-log-viewer/health.svg)

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

###  Alternatives

[rap2hpoutre/laravel-log-viewer

A Laravel log reader

3.2k14.7M70](/packages/rap2hpoutre-laravel-log-viewer)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)

PHPackages © 2026

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