定制 olegstepura/sensio-buzz-profiler-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱: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.99k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

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

其他信息

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