2017 © Pedro Peláez
 

symfony-bundle datacollector-bundle

An example bundle for creating additional DataCollector extending Symfony's Profiler

image

senseexception/datacollector-bundle

An example bundle for creating additional DataCollector extending Symfony's Profiler

  • Sunday, January 24, 2016
  • by SenseException
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

DataCollectorBundle Example

SensioLabsInsight, (*1)

A simple example Symfony Bundle for creating additional DataCollectors and adding them to Symfony's Profiler., (*2)

This Bundle adds a new DataCollector for client ip info to the Symfony Profiler menu, panel and toolbar to show how the Profiler can be extended in Symfony. Feel free to use this as template for your own Profiler extension., (*3)

Installation

Add the following package to your composer.json, (*4)

"require-dev": {
    "senseexception/datacollector-bundle": "1.1.0"
}

and add the bundle to your AppKernel.php, (*5)

// app/AppKernel.php
//...
class AppKernel extends Kernel
{
    //...
    public function registerBundles()
    {
        //...
        if (in_array($this->getEnvironment(), array('dev', 'test'), true)) {
            //...
            $bundles[] = new SenseException\Bundle\DataCollectorBundle\DataCollectorBundle();
        }
        //...

        return $bundles;
    }
    //...
}

The Versions

24/01 2016

dev-master

9999999-dev

An example bundle for creating additional DataCollector extending Symfony's Profiler

  Sources   Download

MIT

The Requires

 

The Development Requires

by Claudio Zizza

profiler datacollector

24/01 2016

1.1.0

1.1.0.0

An example bundle for creating additional DataCollector extending Symfony's Profiler

  Sources   Download

MIT

The Requires

 

The Development Requires

by Claudio Zizza

profiler datacollector

24/01 2016

dev-symfony3

dev-symfony3

An example bundle for creating additional DataCollector extending Symfony's Profiler

  Sources   Download

MIT

The Requires

 

The Development Requires

by Claudio Zizza

profiler datacollector

03/05 2015

1.0.0

1.0.0.0

An example bundle for creating additional DataCollector extending Symfony's Profiler

  Sources   Download

MIT

The Requires

 

The Development Requires

by Claudio Zizza

profiler datacollector