PHPackages                             steevanb/symfony-container-introspection - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. steevanb/symfony-container-introspection

ActiveLib[Utility &amp; Helpers](/categories/utility)

steevanb/symfony-container-introspection
========================================

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

3.1.0(1y ago)1034.5k2[5 issues](https://github.com/steevanb/symfony-container-introspection/issues)MITPHPPHP ^7.1 || ^8.0

Since Jun 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/steevanb/symfony-container-introspection)[ Packagist](https://packagist.org/packages/steevanb/symfony-container-introspection)[ RSS](/packages/steevanb-symfony-container-introspection/feed)WikiDiscussions 3.0 Synced today

READMEChangelog (10)Dependencies (4)Versions (14)Used By (0)

[![Version](https://camo.githubusercontent.com/8928a73800454ddc860e4be35977ae7e651df4edd8b501dca94f373bd3ecaf29/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d332e312e302d3442393038312e737667)](https://github.com/steevanb/symfony-container-introspection/tree/3.1.0)[![php](https://camo.githubusercontent.com/f61e6495979e8dc1610eab07ea71a56cc5ef61a7c5459465585a874057a4a04f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545372e31253743253743253545382e302d626c75652e737667)](https://php.net)[![Lines](https://camo.githubusercontent.com/72fe20a990535d8c221e89696ea599f0563620df39cae7d5b0ca6bc722875a4b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532306c696e65732d312c3839312d626c75652e737667)](https://camo.githubusercontent.com/72fe20a990535d8c221e89696ea599f0563620df39cae7d5b0ca6bc722875a4b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532306c696e65732d312c3839312d626c75652e737667)

symfony-container-introspection
===============================

[](#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, code lines count and cache size.

With Symfony, a new profiler tab will appear:

[![Symfony profiler tab](symfony_profiler_tab.png)](symfony_profiler_tab.png)

[![Symfony profiler](symfony_profiler.png)](symfony_profiler.png)

[Changelog](changelog.md)

If you want to use it with `symfony/dependency-injection ^3.4`, use [steevanb/symfony-container-introspection ^1.0](https://github.com/steevanb/symfony-container-introspection/tree/1.0.x).

If you want to use it with `symfony/dependency-injection ^4.0`, use [steevanb/symfony-container-introspection ^1.1](https://github.com/steevanb/symfony-container-introspection/tree/1.1.x).

Installation
============

[](#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:

```
# config/bundles.php
