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

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

rareloop/lumberjack-debugbar
============================

21.8k3[1 issues](https://github.com/Rareloop/lumberjack-debugbar/issues)PHP

Since Mar 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Rareloop/lumberjack-debugbar)[ Packagist](https://packagist.org/packages/rareloop/lumberjack-debugbar)[ RSS](/packages/rareloop-lumberjack-debugbar/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Lumberjack Debug Bar
====================

[](#lumberjack-debug-bar)

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

[](#installation)

```
composer require rareloop/lumberjack-debugbar

```

Once installed, register the Service Provider in config/app.php within your theme:

```
'providers' => [
    ...

    Rareloop\Lumberjack\DebugBar\DebugBarServiceProvider::class,

    ...
],
```

Usage
-----

[](#usage)

The DebugBar will only register when the `app.debug` config setting is `true`, which means it should never show on production environments.

### Messages

[](#messages)

In order to write to the Messages log you can use the `DebugBar` facade:

```
use Rareloop\Lumberjack\DebugBar\Facades\DebugBar;

DebugBar::info('message');
DebugBar::warning(123);
DebugBar::error(['foo' => 'bar']);
```

### Timeline

[](#timeline)

In order to write to the Timeline log you can use the `DebugBar` facade:

```
DebugBar::startMeasure('api-fetch', 'Time for API request');
DebugBar::stopMeasure('api-fetch');
DebugBar::addMeasure('now', microtime(true), microtime(true) + 10000);
DebugBar::measure('My long operation', function() {
    // Do something…
});
```

### Logs

[](#logs)

The logs tab will mirror anything that has been output to the Lumberjack logs.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/1554376?v=4)[Rareloop](/maintainers/rareloop)[@Rareloop](https://github.com/Rareloop)

---

Top Contributors

[![joelambert](https://avatars.githubusercontent.com/u/644362?v=4)](https://github.com/joelambert "joelambert (12 commits)")[![adamtomat](https://avatars.githubusercontent.com/u/2631499?v=4)](https://github.com/adamtomat "adamtomat (2 commits)")[![JRWillis](https://avatars.githubusercontent.com/u/29198462?v=4)](https://github.com/JRWillis "JRWillis (1 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k28](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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