2017 © Pedro Peláez
 

symfony-bundle reporter-bundle

Reporter bundle on Symfony2

image

tadcka/reporter-bundle

Reporter bundle on Symfony2

  • Thursday, March 27, 2014
  • by Tadcka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ReporterBundle

Reporter example, (*1)

Installation

Step 1: Download TadckaReporterBundle using composer

Add TadckaReporterBundle in your composer.json:, (*2)

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

Now tell composer to download the bundle by running the command:, (*3)

``` bash $ php composer.phar update tadcka/reporter-bundle, (*4)


### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Tadcka\ReporterBundle\TadckaReporterBundle(), ); }

License

This bundle is under the MIT license. See the complete license in the bundle:, (*5)

Code License: Resources/meta/LICENSE, (*6)

The Versions

27/03 2014

dev-master

9999999-dev https://github.com/tadcka/ReporterBundle

Reporter bundle on Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tadas Gliaubicas

reporter report task report bug

22/03 2014

v0.1.1

0.1.1.0 https://github.com/tadcka/ReporterBundle

Reporter bundle on Symfony2

  Sources   Download

MIT

The Requires

 

by Tadas Gliaubicas

reporter report task report bug

02/03 2014

v0.1

0.1.0.0 https://github.com/tadcka/ReporterBundle

Reporter bundle on Symfony2

  Sources   Download

MIT

The Requires

 

by Tadas Gliaubicas

reporter report task report bug