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

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

devoralive/log-viewer-bundle
============================

Display symfony logs in JSON and in defined route

v1.0.1(8y ago)099MITPHP &gt;=5.5.9

Since Feb 8Compare

[ Source](https://github.com/romeritoCL/LogViewerBundle)[ Packagist](https://packagist.org/packages/devoralive/log-viewer-bundle)[ Docs](https://github.com/romeritoCL/LogViewerBundle)[ RSS](/packages/devoralive-log-viewer-bundle/feed)WikiDiscussions Synced 2d ago

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

LogViewerBundle
===============

[](#logviewerbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/f30204353aff5feec66549cde13aaf24dc8ff75d78da887de3abf102255a8e23/68747470733a2f2f706f7365722e707567782e6f72672f706167616d617374617264652f706d742d6170692d636c69656e742f762f737461626c65)](https://packagist.org/packages/romeritoCL/LogViewerBundle)[![composer.lock](https://camo.githubusercontent.com/23e5e537381799305b4f525de5c2ed4c895e4eac38fab2a41792cc5f78a93d3e/68747470733a2f2f706f7365722e707567782e6f72672f706167616d617374617264652f706d742d6170692d636c69656e742f636f6d706f7365726c6f636b)](https://packagist.org/packages/romeritoCL/LogViewerBundle)

The Logger viewer bundle is a simple way to display the logs of your Symfony application. It will read the logs from the monolog bundle route and display them in Json format in the browser.

This way you can fetch them or analyze your application. Be aware that you should not use this in production without adding a security layer to the route you define.

All the code is tested and inspected by external services.

How to use
----------

[](#how-to-use)

Install the library with composer:

```
composer require devoralive/log-viewer-bundle
```

Enable the bundle in AppKernel.php

```
new Devoralive\LogViewerBundle\LogViewerBundle(),
```

Add this in `config/routing.yml`

```
log-viewer:
    resource: "@LogViewerBundle/Resources/config/routing.yml"
    prefix:   /_logs
```

Once configuration is done, you should be able to visualize your app logs.

To display `dev.log` go to `project.localhost/_logs/_dev`

To display `prod.log` go to `project.localhost/_logs/_prod`

Help us to improve
------------------

[](#help-us-to-improve)

We are happy to accept suggestions or pull requests. If you are willing to help us develop better software please create a pull request here following the PSR-2 code style and we will use reviewable to check the code and if al test pass and no issues are detected by SensioLab Insights you could will be ready to merge.

- [Issue Tracker](https://github.com/romeritoCL/LogViewerBundle/issues)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

2

Last Release

3065d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/301758?v=4)[Cesar Romero ](/maintainers/romeritoCL)[@romeritoCL](https://github.com/romeritoCL)

---

Top Contributors

[![romeritoCL](https://avatars.githubusercontent.com/u/301758?v=4)](https://github.com/romeritoCL "romeritoCL (1 commits)")

---

Tags

log viewlog tracklog json

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)[inspector-apm/inspector-symfony

Code Execution Monitoring for Symfony applications.

2839.2k9](/packages/inspector-apm-inspector-symfony)

PHPackages © 2026

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