Skip to content

Astrac/A2PLabServiceProfilerBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This bundle will add a simple Services panel in the Symfony2 WebProfiler. Through this panel it is possible to inspect which services are registered inside the Dependency Injection Container. Future releases will add features like using Reflection on this services.

To install this bundle just do the following:

  • Add it in a suitable folder of your project:

git submodule add git://github.com/Astrac/A2PLabServiceProfilerBundle.git vendor/bundles/A2PLab/ServiceProfilerBundle

  • Add an according autoloading entry for the A2PLab namespace

'A2PLab' => __DIR__.'../vendor/bundles/

  • Register bundle in your AppKernel

new A2PLab\ServiceProfilerBundle\ServiceProfilerBundle()

  • Add in your config.yml this entry:

service_profiler: ~

About

Add features to Symfony 2 Web Profiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages