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

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

itn/log-viewer-bundle
=====================

Provides a quick way to access application logs

1.0.1(11y ago)24.7kMITPHP

Since Jul 2Pushed 11y ago2 watchersCompare

[ Source](https://github.com/cup-of-giraf/ITNLogViewerBundle)[ Packagist](https://packagist.org/packages/itn/log-viewer-bundle)[ RSS](/packages/itn-log-viewer-bundle/feed)WikiDiscussions master Synced today

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

ITNLogViewerBundle
==================

[](#itnlogviewerbundle)

Provides a quick way to access application logs.

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

[](#installation)

### Composer

[](#composer)

Add `itn/log-viewer-bundle` to your required field. Then install/update your dependencies.

### app/AppKernel.php

[](#appappkernelphp)

Register the `ITNLogViewerBundle`:

```
# app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new ITN\Bundle\LogViewerBundle\ITNLogViewerBundle(),
    );
}
```

### Routing

[](#routing)

Add the following route in the `app/config/routing.yml` file.

```
log_show:
    pattern:   /log/{env}
    defaults:  { _controller: ITNLogViewerBundle:Default:index }
```

**NB:** The logs will then be publicly accessible. It's up to you to restrict the access to this route.

License
-------

[](#license)

This bundle is under the [MIT](https://github.com/cup-of-giraf/ITNLogViewerBundle/Resources/meta/LICENCE)licence.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 88.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 ~562 days

Total

2

Last Release

4183d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/66958?v=4)[Kévin Gomez](/maintainers/K-Phoen)[@K-Phoen](https://github.com/K-Phoen)

![](https://www.gravatar.com/avatar/03b34baa5c7073b98dbf5c67e621f8467aa6178ccb84305e9e67090391f1fd99?d=identicon)[krichprollsch](/maintainers/krichprollsch)

---

Top Contributors

[![K-Phoen](https://avatars.githubusercontent.com/u/66958?v=4)](https://github.com/K-Phoen "K-Phoen (8 commits)")[![loicbourg](https://avatars.githubusercontent.com/u/4905942?v=4)](https://github.com/loicbourg "loicbourg (1 commits)")

### Embed Badge

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

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

###  Alternatives

[evolution7/bugsnag-bundle

Bugsnag error reporting integration for Symfony2

19126.6k1](/packages/evolution7-bugsnag-bundle)

PHPackages © 2026

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