Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 748 Bytes

File metadata and controls

19 lines (10 loc) · 748 Bytes

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: ~