PHPackages                             marko/debugbar - 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. marko/debugbar

ActiveMarko-module[Debugging &amp; Profiling](/categories/debugging)

marko/debugbar
==============

Development debugbar and request profiler for the Marko Framework with request, response, timing, memory, messages, database, logs, views, Inertia, and config collectors

0.7.0(1mo ago)133↓100%MITPHPPHP ^8.5

Since May 1Pushed 6d agoCompare

[ Source](https://github.com/marko-php/marko-debugbar)[ Packagist](https://packagist.org/packages/marko/debugbar)[ RSS](/packages/marko-debugbar/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (8)Versions (8)Used By (0)

marko/debugbar
==============

[](#markodebugbar)

Development debugbar and request profiler for the Marko Framework.

Installation
------------

[](#installation)

```
composer require marko/debugbar --dev
```

Quick Example
-------------

[](#quick-example)

With `APP_DEBUG=true` (or `DEBUGBAR_ENABLED=true`), the debugbar auto-injects into HTML responses and stores a snapshot for every request. Add custom messages and timings from anywhere in your app:

```
debugbar('Rendering dashboard', 'info', ['user_id' => $user->id]);

$report = debugbar()?->measure('build report', fn () => $this->reports->build());
```

Open `/_debugbar` to browse stored requests, or follow the `X-Marko-Debugbar-Url` header on JSON responses for the per-request profiler page.

Documentation
-------------

[](#documentation)

Full configuration, collectors, and API reference: [marko/debugbar](https://marko.build/docs/packages/debugbar/)

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance96

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~0 days

Total

6

Last Release

39d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/437029?v=4)[Mark Shust](/maintainers/markshust)[@markshust](https://github.com/markshust)

---

Top Contributors

[![markshust](https://avatars.githubusercontent.com/u/437029?v=4)](https://github.com/markshust "markshust (5 commits)")[![ps-carvalho](https://avatars.githubusercontent.com/u/65711196?v=4)](https://github.com/ps-carvalho "ps-carvalho (1 commits)")

---

Tags

devdebugprofilerdebugbarwebprofilermarko

### Embed Badge

![Health badge](/badges/marko-debugbar/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k130.0M718](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k1.7M54](/packages/fruitcake-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k26.7M61](/packages/php-debugbar-php-debugbar)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8061.7M4](/packages/fruitcake-laravel-telescope-toolbar)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

382284.2k3](/packages/recca0120-laravel-tracy)[snowair/phalcon-debugbar

Integrates PHP Debug Bar with Phalcon.

160125.1k1](/packages/snowair-phalcon-debugbar)

PHPackages © 2026

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