2017 © Pedro Peláez
 

symfony-bundle profiler-bundle

Profiler bundle for Symfony2 to profile automatically using the event listener

image

link0/profiler-bundle

Profiler bundle for Symfony2 to profile automatically using the event listener

  • Sunday, March 8, 2015
  • by link0
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Link0\ProfilerBundle

Latest Stable Version Total Downloads License Scrutinizer Code Quality Code Coverage Build Status, (*1)

This repository wraps the Link0/Profiler package in a nice Symfony2 bundle, hooked to events for starting and stopping the profiler, (*2)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*3)

$ composer require link0/profiler-bundle "~0.1"

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*4)

Step 2: Enable the Bundle

Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project:, (*5)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new Link0\ProfilerBundle\Link0ProfilerBundle(),
        );

        // ...
    }

    // ...
}

The Versions

08/03 2015

dev-master

9999999-dev http://github.com/link0/ProfilerBundle

Profiler bundle for Symfony2 to profile automatically using the event listener

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 bundle profiler link0

08/03 2015

v1.0.0

1.0.0.0 http://github.com/link0/ProfilerBundle

Profiler bundle for Symfony2 to profile automatically using the event listener

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 bundle profiler link0