PHPackages                             tadcka/reporter-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tadcka/reporter-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

tadcka/reporter-bundle
======================

Reporter bundle on Symfony2

v0.1.1(12y ago)012MITPHPPHP &gt;=5.3.3

Since Mar 2Pushed 12y ago1 watchersCompare

[ Source](https://github.com/tadcka/ReporterBundle)[ Packagist](https://packagist.org/packages/tadcka/reporter-bundle)[ Docs](https://github.com/tadcka/ReporterBundle)[ RSS](/packages/tadcka-reporter-bundle/feed)WikiDiscussions master Synced 2w ago

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

ReporterBundle
==============

[](#reporterbundle)

[![Reporter example](https://github.com/tadcka/ReporterBundle/raw/master/Resources/public/images/reporter.png?raw=true)](https://github.com/tadcka/ReporterBundle/blob/master/Resources/public/images/reporter.png?raw=true)

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

[](#installation)

### Step 1: Download TadckaReporterBundle using composer

[](#step-1-download-tadckareporterbundle-using-composer)

Add TadckaReporterBundle in your composer.json:

```
{
    "require": {
        "tadcka/reporter-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update tadcka/reporter-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
