olegstepura/sensio-buzz-profiler-bundle
Composer 安装命令:
composer require olegstepura/sensio-buzz-profiler-bundle
包简介
Bundle to connect sensio/buzz-bundle with juliendidier/buzz-profiler-bundle to support profiling default buzz client
README 文档
README
Bundle to connect sensio/buzz-bundle with juliendidier/buzz-profiler-bundle to support prifiling default buzz client
Installation
Add to composer.json at require section:
"olegstepura/sensio-buzz-profiler-bundle": "dev-master",
Install it with composer, and enable the bundle in the kernel after SensioBuzzBundle before BuzzProfilerBundle:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Sensio\Bundle\BuzzBundle\SensioBuzzBundle(), new Ost\SensioBuzzProfilerBundle\OstSensioBuzzProfilerBundle(), new Buzz\Bundle\ProfilerBundle\BuzzProfilerBundle(), ); }
统计信息
- 总下载量: 6.98k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-03-17