olegstepura/sensio-buzz-profiler-bundle 问题修复 & 功能扩展

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

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

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-03-17