承接 samman/yii2-advanced-debugger 相关项目开发

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

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

samman/yii2-advanced-debugger

最新稳定版本:1.2.1

Composer 安装命令:

composer require samman/yii2-advanced-debugger

包简介

README 文档

README

Yii2 Advanced Debugger

Yii Framework

Package for advanced API debugging panels.

Features

New Panels Added to the Yii2 debugger via this package:

  • Response Panel

    Panel for the JSON response returned by the sent request.

  • CURL Panel

    Copy the request as a CURL with full params, headers, and body params.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require samman/yii2-advanced-debugger

or add

"samman/yii2-advanced-debugger": "*"

to the require section of your composer.json file.

In your main-local.php you should add the following

$config['modules']['debug'] = [
    'class' => 'yii\debug\Module',
    'panels' => [
        'respanel' => ['class' => 'samman\debug\ResponsePanel'],
        'curlpanel' => ['class' => 'samman\debug\CurlPanel']
    ],
];

统计信息

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

GitHub 信息

  • Stars: 7
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-10-21