PHPackages                             doppar/insight - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. doppar/insight

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

doppar/insight
==============

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

v1.2.2(1mo ago)3612MITJavaScriptPHP &gt;=8.1CI passing

Since Oct 13Pushed 1mo agoCompare

[ Source](https://github.com/doppar/insight)[ Packagist](https://packagist.org/packages/doppar/insight)[ Docs](https://doppar.com/versions/3.x/doppar-insight.html)[ RSS](/packages/doppar-insight/feed)WikiDiscussions 1.x Synced today

READMEChangelog (10)Dependencies (8)Versions (16)Used By (0)

 [ ![](https://raw.githubusercontent.com/doppar/doppar/7138fb0e72cd55256769be6947df3ac48c300700/public/logo.png) ](https://doppar.com)

[![Build Status](https://github.com/doppar/insight/actions/workflows/tests.yml/badge.svg)](https://github.com/doppar/insight/actions/workflows/tests.yml)[![Total Downloads](https://camo.githubusercontent.com/db147f405c24d85450655220c61e20fd9a65eda220d834a39deea61b4b1a82bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646f707061722f696e7369676874)](https://packagist.org/packages/doppar/insight)[![Latest Stable Version](https://camo.githubusercontent.com/c0d63d32e0409ab2d73a3dac9543cd1657e6291e83cf5c98217f5154c18e6a08/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646f707061722f696e7369676874)](https://packagist.org/packages/doppar/insight)[![License](https://camo.githubusercontent.com/553ec42ce8c42c398d74b38be63cf10a8d7dd8271530d6bcd1dc017caca0643b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f646f707061722f696e7369676874)](https://github.com/doppar/insight/blob/main/LICENSE)

About Doppar Insight
--------------------

[](#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
-----------

[](#screenshots)

  ### Overview Dashboard

[](#overview-dashboard)

 [![Insight overview dashboard](resources/overview.png)](resources/overview.png)  ### History Dashboard

[](#history-dashboard)

 [![Insight history dashboard](resources/history.png)](resources/history.png)    ### Toolbar

[](#toolbar)

 [![Insight toolbar](resources/toolbar.png)](resources/toolbar.png)  ### Database Queries

[](#database-queries)

 [![Insight database query view](resources/database.png)](resources/database.png)    ### Cache Activity

[](#cache-activity)

 [![Insight cache activity view](resources/cache.png)](resources/cache.png)  ### JSON API

[](#json-api)

 [![Insight JSON API view](resources/json-api.png)](resources/json-api.png)  Production Usage
----------------

[](#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
------------

[](#contributing)

Thank you for considering contributing to the Doppar framework! The contribution guide can be found in the [Doppar documentation](https://doppar.com/versions/3.x/contributions).

Code of Conduct
---------------

[](#code-of-conduct)

In order to ensure that the Doppar community is welcoming to all, please review and abide by the [Code of Conduct](https://doppar.com/versions/3.x/contributions#code-of-conduct).

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](https://github.com/doppar/framework/security/policy) on how to report security vulnerabilities.

License
-------

[](#license)

The Doppar framework is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance89

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~14 days

Recently: every ~1 days

Total

15

Last Release

57d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2acb927ea6a247ccf0be4f2b2cd17704a31502f88c210587546b17235fc4e92?d=identicon)[rrr63](/maintainers/rrr63)

![](https://www.gravatar.com/avatar/cc9bb348c0acf1866904f8323dd2ebe2f8282688e867c71797408812a7fa7aa2?d=identicon)[doppar](/maintainers/doppar)

---

Top Contributors

[![rrr63](https://avatars.githubusercontent.com/u/46089601?v=4)](https://github.com/rrr63 "rrr63 (47 commits)")[![techmahedy](https://avatars.githubusercontent.com/u/31318802?v=4)](https://github.com/techmahedy "techmahedy (8 commits)")

---

Tags

debuggerdebugging-toolphp-debuggerdebugprofilerdebugbartoolbardoppar

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/doppar-insight/health.svg)

```
[![Health](https://phpackages.com/badges/doppar-insight/health.svg)](https://phpackages.com/packages/doppar-insight)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k133.0M759](/packages/barryvdh-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k29.8M67](/packages/php-debugbar-php-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k2.3M65](/packages/fruitcake-laravel-debugbar)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.7M5](/packages/fruitcake-laravel-telescope-toolbar)[vpietri/adm-quickdevbar

QuickDevBar is a developer toolbar for magento 2

577360.4k](/packages/vpietri-adm-quickdevbar)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388284.8k3](/packages/recca0120-laravel-tracy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
