steevanb/symfony-container-introspection 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

steevanb/symfony-container-introspection

最新稳定版本:3.1.0

Composer 安装命令:

composer require steevanb/symfony-container-introspection

包简介

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

README 文档

README

Version php Lines

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

Changelog

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

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

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
<?php

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

统计信息

  • 总下载量: 34.45k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 10
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 10
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-06-05