承接 cheack/debugbar-doctrine 相关项目开发

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

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

cheack/debugbar-doctrine

最新稳定版本:1.1.0

Composer 安装命令:

composer require cheack/debugbar-doctrine

包简介

Laravel Debugbar integration for Doctrine DBAL with query logging and performance profiling support

README 文档

README

A package that provides Doctrine DBAL middleware integration with Laravel Debugbar for query logging and performance profiling.

Installation

Install the package via Composer:

composer require cheack/debugbar-doctrine

Usage

  1. Register the middleware in your Doctrine configuration (config/doctrine.php):
'managers' => [ 'default' => [ ... 'middlewares' => [ \Cheack\DebugbarDoctrine\Middleware\Middleware::class, ], ], ],
  1. The middleware will automatically start logging your Doctrine queries to Laravel Debugbar.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This package is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04