2017 © Pedro Peláez
 

lib symfony-container-introspection

Get all Symfony Container informations you need: registered services, instanciated services etc

image

steevanb/symfony-container-introspection

Get all Symfony Container informations you need: registered services, instanciated services etc

  • Wednesday, June 6, 2018
  • by kujaff
  • Repository
  • 1 Watchers
  • 0 Stars
  • 107 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Version php Lines, (*1)

symfony-container-introspection

It helps you to know which services are instanciated, removed, public and list container parameters., (*2)

You have access to Container cache statistics: files count, code lines count and cache size., (*3)

With Symfony, a new profiler tab will appear:, (*4)

Symfony profiler tab, (*5)

Symfony profiler, (*6)

Changelog, (*7)

If you want to use it with symfony/dependency-injection ^3.4, use steevanb/symfony-container-introspection ^1.0., (*8)

If you want to use it with symfony/dependency-injection ^4.0, use steevanb/symfony-container-introspection ^1.1., (*9)

Installation

composer require --dev steevanb/symfony-container-introspection ^3.1

If you use Symfony (and not just symfony/dependency-injection), you can add ContainerIntrospectionBundle to your Kernel:, (*10)

# config/bundles.php
<?php

return [
    Steevanb\ContainerIntrospection\Bridge\ContainerIntrospectionBundle\ContainerIntrospectionBundle::class => ['dev' => true]
];

The Versions

06/06 2018

dev-master

9999999-dev

Get all Symfony Container informations you need: registered services, instanciated services etc

  Sources   Download

MIT

The Requires

 

06/06 2018

1.0.1

1.0.1.0

Get all Symfony Container informations you need: registered services, instanciated services etc

  Sources   Download

MIT

The Requires

 

06/06 2018

1.0.0

1.0.0.0

Get all Symfony Container informations you need: registered services, instanciated services etc

  Sources   Download

MIT

The Requires