承接 debesha/doctrine-hydration-profiler-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

debesha/doctrine-hydration-profiler-bundle

最新稳定版本:1.4.4

Composer 安装命令:

composer require --dev debesha/doctrine-hydration-profiler-bundle

包简介

Information about hydration of doctrine entities at the profiler

README 文档

README

Latest Stable Version PHP Version Symfony Doctrine ORM License Downloads PHPStan Code Style

Bundle to get information about doctrine hydration performance

Purpose

Adds a section to web profile which lists all doctrine hydrations performed during generation of response.

Installation

composer require "debesha/doctrine-hydration-profiler-bundle"

Then run php composer.phar update

Next step is to register the bundle in AppKernel (app/AppKernel.php)

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    [...]
    $bundles[] = new Debesha\DoctrineProfileExtraBundle\DebeshaDoctrineProfileExtraBundle();
}

Attention! The bundle MUST be included AFTER DoctrineBundle.

That's it.

Screenshots

Your profile gets a new section where you may get an information about how fast was hydrations made and how many entities was hydrated.

Screenshot

Screenshot

统计信息

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

GitHub 信息

  • Stars: 130
  • Watchers: 8
  • Forks: 15
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-16