定制 portospire/bjy-profiler 二次开发

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

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

portospire/bjy-profiler

最新稳定版本:1.3.4

Composer 安装命令:

composer require portospire/bjy-profiler

包简介

Database profiler for Laminas\Db (also plugin for LaminasDeveloperTools). Module forked from andrey-mokhov/bjy-profiler

README 文档

README

Version 1.3.4

Provides Laminas\Db adapters with extensions for database query profiling, as well as a profiler similar to ZF1's Zend_Db_Profiler. BJYoungblood ported much of this code from ZF1's Zend_Db.

Note: this module now works with Laminas\Db's built-in profiler.

Note: PHP >= 5.5 is required for stack traces with query profiles.

Composer/Packagist Users

composer require --dev portospire/bjy-profiler

Configuration & Usage

Add BjyProfiler to your development.config.php in section modules, example:

return [
    // Additional modules to include when in development mode
    'modules' => [
        'BjyProfiler',
    ],
    // Configuration overrides during development mode
    'module_listener_options' => [
        'config_glob_paths' => [realpath(__DIR__) . '/autoload/{,*.}{global,local}-development.php'],
        'config_cache_enabled' => false,
        'module_map_cache_enabled' => false,
    ],
];
$profiler = $sl->get('Laminas\Db\Adapter\Adapter')->getProfiler();
$queryProfiles = $profiler->getQueryProfiles();

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固