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

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

w3docs/log-viewer-bundle
========================

W3DocsLogViewerBundle allows to filter, group and analyse symfony2 log files

v1.0.0(11y ago)34.3k1[1 issues](https://github.com/vazgen/log-viewer/issues)MITPHP

Since Mar 13Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

W3docsLogviewerBundle
=====================

[](#w3docslogviewerbundle)

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

[](#installation)

---

### Step1: Download W3docsLogviewerBundle using composer

[](#step1-download-w3docslogviewerbundle-using-composer)

Add W3docsLogviewerBundle in your composer.json:

```
{
    "require": {
        "w3docs/log-viewer-bundle": "dev-master"
    }
}
```

Now update composer.

Composer will install the bundle to your project's `vendor/w3docs` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
