Skip to content

Introspect Symfony container to show instantiated services, public/private, lazy, parameters etc.

Notifications You must be signed in to change notification settings

steevanb/symfony-container-introspection

Folders and files

NameName
Last commit message
Last commit date
Oct 10, 2018
Jun 5, 2018
Oct 2, 2018
Oct 10, 2018
Oct 10, 2018
Oct 10, 2018
Oct 2, 2018
Oct 2, 2018

Repository files navigation

version php symfony Lines Total Downloads Scrutinizer

symfony-container-introspection

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

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

With Symfony, a new profiler tab will appear:

Symfony profiler tab

Symfony profiler

Changelog

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

Installation

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

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

# config/bundles.php
<?php

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

About

Introspect Symfony container to show instantiated services, public/private, lazy, parameters etc.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published