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

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

maxtrunk/lumen-debugbar
=======================

PHP Debugbar integration for Lumen

34.1k1[1 issues](https://github.com/maxtrunk/Lumen_Debugbar/issues)PHP

Since Apr 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/maxtrunk/Lumen_Debugbar)[ Packagist](https://packagist.org/packages/maxtrunk/lumen-debugbar)[ RSS](/packages/maxtrunk-lumen-debugbar/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Lumen Debugbar
--------------

[](#lumen-debugbar)

[![Packagist License](https://camo.githubusercontent.com/77c3a5cd5783a43466c9f8d69fd2c374cec7879b24d66cefd6257a2128d6e695/68747470733a2f2f706f7365722e707567782e6f72672f6d61787472756e6b2f6c756d656e2d64656275676261722f6c6963656e73652e706e67)](http://choosealicense.com/licenses/mit/)[![Latest Stable Version](https://camo.githubusercontent.com/d50d98deedc7240b41af83b0b675c859490379ed6edbd84c4c6d1df40f28e17c/68747470733a2f2f706f7365722e707567782e6f72672f6d61787472756e6b2f6c756d656e2d64656275676261722f76657273696f6e2e706e67)](https://packagist.org/packages/maxtrunk/lumen-debugbar)[![Total Downloads](https://camo.githubusercontent.com/6816d08ed006265d171c26c6a99c00b39112e0e1fceff18bfd44d779ecbd44a0/68747470733a2f2f706f7365722e707567782e6f72672f6d61787472756e6b2f6c756d656e2d64656275676261722f642f746f74616c2e706e67)](https://packagist.org/packages/maxtrunk/lumen-debugbar)

This is a package to integrate [PHP Debug Bar](http://phpdebugbar.com/) with Lumen. It includes a ServiceProvider to register the debugbar and attach it to the output. You can publish assets and configure it through Lumen. Read [the documentation](http://phpdebugbar.com/docs/) for more configuration options.

Note: Use the DebugBar only in development. It can slow the application down (because it has to gather data). So when experiencing slowness, try disabling some of the collectors.

It also provides a Facade interface for easy logging Messages, Exceptions and Time

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

[](#installation)

Require this package with composer:

```
composer require maxtrunk/lumen-debugbar --dev

```

After updating composer, add the ServiceProvider to the `bootstrap/app.php`

```
if (env('APP_DEBUG')) {
 $app->register(Barryvdh\Debugbar\LumenServiceProvider::class);
}

```

To change the configuration, copy the file to your config folder and enable it:

```
$app->configure('debugbar');

```

That's it!

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0dafe8ebad296300c91ab9ec18778874a1e4991af578153aab7f28a1e1768b19?d=identicon)[Madthumb](/maintainers/Madthumb)

---

Top Contributors

[![Madthumb](https://avatars.githubusercontent.com/u/13104722?v=4)](https://github.com/Madthumb "Madthumb (4 commits)")[![maxtrunk](https://avatars.githubusercontent.com/u/3771896?v=4)](https://github.com/maxtrunk "maxtrunk (1 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/error-handler

Provides tools to manage errors and ease debugging PHP code

2.7k714.7M954](/packages/symfony-error-handler)[proget-hq/phpstan-yii2

Yii2 extension for PHPStan

52614.0k7](/packages/proget-hq-phpstan-yii2)[upscale/swoole-blackfire

Blackfire profiler integration for Swoole web-server

22126.6k13](/packages/upscale-swoole-blackfire)[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)

PHPackages © 2026

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