doppar/insight 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

doppar/insight

最新稳定版本:v1.2.2

Composer 安装命令:

composer require doppar/insight

包简介

Doppar/Insight is a developer profiling and debugging toolbar for Doppar framework

README 文档

README

Build Status Total Downloads Latest Stable Version License

About Doppar Insight

Doppar Insight is a request profiler for debugging, performance analysis, and traffic inspection. It gives you a clean in-browser toolbar for the current request, and it also keeps a recent request history so you can compare status codes, response times, errors, and route activity across multiple requests.

Insight is useful when you want to inspect SQL queries, cache usage, authentication state, request and response payloads, session data, logs, or performance timing without leaving the page you are working on. It is designed for day-to-day development, but it is especially helpful when you need to trace slow endpoints or understand why a route is returning 4xx or 5xx responses.

Screenshots

Overview Dashboard

Insight overview dashboard

History Dashboard

Insight history dashboard

Toolbar

Insight toolbar

Database Queries

Insight database query view

Cache Activity

Insight cache activity view

JSON API

Insight JSON API view

Production Usage

Doppar Insight is primarily a development and diagnostics tool. It can capture sensitive request data, exception details, session state, logs, query information, and recent traffic history, so it should not be left enabled for normal public production traffic.

If you need to use Insight on a live server, treat it as a temporary internal debugging tool:

  • keep it disabled by default
  • enable it only for short troubleshooting windows
  • restrict access to trusted internal or VPN IP addresses only
  • avoid exposing the toolbar and history endpoints to public users

A safer production-style configuration looks like this:

return [
    'enabled' => false,
    'allow_ips' => ['127.0.0.1', '::1'],
    'retention_days' => 1,
];

Contributing

Thank you for considering contributing to the Doppar framework! The contribution guide can be found in the Doppar documentation.

Code of Conduct

In order to ensure that the Doppar community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

The Doppar framework is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 60
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 0
  • Forks: 2
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-10-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固