PHPackages                             greenskies/web-log-viewer-bundle - 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. greenskies/web-log-viewer-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

greenskies/web-log-viewer-bundle
================================

Symfony Web Log Viewer Bundle

v0.0.8(8y ago)47.9k2MITPHP

Since Nov 22Pushed 8y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (7)Versions (9)Used By (0)

[![build status](https://camo.githubusercontent.com/7051438df9bf3381f107ab8ccfccb6d3a4a4f95f71cdec01de5a04e26afe7249/68747470733a2f2f7472617669732d63692e6f72672f677265656e736b6965732f5765624c6f6756696577657242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/greenskies/WebLogViewerBundle.svg?branch=master)[![Coverage Status](https://camo.githubusercontent.com/5ce5f10e7ae6f39b4c9a3e52c22eda1bfecb0f0098398df396d2b847ca79ccfc/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f677265656e736b6965732f5765624c6f6756696577657242756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/greenskies/WebLogViewerBundle?branch=master)

WebLogViewerBundle
==================

[](#weblogviewerbundle)

Description
-----------

[](#description)

A Symfony bundle to enable viewing your log files via your web front end.

It includes color-coded and collapsable log levels, as well as formatted JSON to SQL.

### Installation

[](#installation)

Use composer to download the bundle from packagist

```
composer require greenskies/web-log-viewer-bundle
```

### Register the bundle

[](#register-the-bundle)

```
public function registerBundles()
    {
        $bundles = [
            //...
            new Greenskies\WebLogViewerBundle\WebLogViewerBundle(),
            //...
        ];
```

### Routing

[](#routing)

```
# app/config/routing.yml

logs:
    resource: '@WebLogViewerBundle/Controller/'
    type: annotation
```

### Security

[](#security)

Since logs can contain sensitive data it is important that we control access to them.

```
security:
    #...
    access_control:
        - { path: ^/logs,           roles: ROLE_ADMIN }
        #...
    #...
```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.9% 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 ~15 days

Recently: every ~25 days

Total

8

Last Release

2980d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6c40dd9614d98be40f93c63b7ae0b40c87d8db58b28fefbdeab66b61b22b368c?d=identicon)[eidsonator](/maintainers/eidsonator)

---

Top Contributors

[![eidsonator](https://avatars.githubusercontent.com/u/954092?v=4)](https://github.com/eidsonator "eidsonator (31 commits)")[![nreynis](https://avatars.githubusercontent.com/u/1766299?v=4)](https://github.com/nreynis "nreynis (1 commits)")

---

Tags

log viewer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/greenskies-web-log-viewer-bundle/health.svg)

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

###  Alternatives

[opcodesio/log-viewer

Fast and easy-to-use log viewer for your Laravel application

4.3k8.9M49](/packages/opcodesio-log-viewer)[rap2hpoutre/laravel-log-viewer

A Laravel log reader

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

Provides a Log Viewer for Laravel

2.4k6.7M51](/packages/arcanedev-log-viewer)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[fdekker/log-viewer-bundle

A log viewer bundle for Symfony 6 and up

4372.2k](/packages/fdekker-log-viewer-bundle)

PHPackages © 2026

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