PHPackages                             gooby/laravel-debugbar-dd - 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. gooby/laravel-debugbar-dd

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

gooby/laravel-debugbar-dd
=========================

Ever wanted to dd() and see the debugbar? This package does just that by calling bd() - Bar Dump.

v1.1.1(2y ago)0813[1 issues](https://github.com/angus-mcritchie/laravel-debugbar-dd/issues)MITPHPPHP ^8.2

Since Nov 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/angus-mcritchie/laravel-debugbar-dd)[ Packagist](https://packagist.org/packages/gooby/laravel-debugbar-dd)[ Docs](https://github.com/angus-mcritchie/laravel-debugbar-dd)[ RSS](/packages/gooby-laravel-debugbar-dd/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

laravel-debugbar-dd
===================

[](#laravel-debugbar-dd)

Ever wanted to `dd()` and see the debugbar? This package does just that by calling `bd()` - Bar Dump.

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

[](#installation)

`composer require gooby/laravel-debugbar-dd --dev`

Usage
-----

[](#usage)

- `bd($var1, $var2, ...)` - will dump the variables and show the debugbar
- `bd()` - will show the debugbar

Example
-------

[](#example)

```
Route::get('/', function () {
    $user = App\User::first();
    bd($user);
});
```

[![Example](https://raw.githubusercontent.com/angus-mcritchie/laravel-debugbar-dd/master/resources/example.png)](https://raw.githubusercontent.com/angus-mcritchie/laravel-debugbar-dd/master/resources/example.png)

Credits
-------

[](#credits)

- [laravel-debugbar](https://packagist.org/packages/barryvdh/laravel-debugbar) by barryvdh
- [symfony/var-dumper](https://packagist.org/packages/symfony/var-dumper) by symfony
- [laravel/framework](https://packagist.org/packages/laravel/framework) by taylorotwell

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~125 days

Total

2

Last Release

791d ago

PHP version history (2 changes)1.0.0PHP ^8.0

v1.1.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/94145084d31157426f8e002c1949ba2fb62f774a39cfd3032753c9f818322c0e?d=identicon)[angus\_mcritchie](/maintainers/angus_mcritchie)

---

Top Contributors

[![angus-mcritchie](https://avatars.githubusercontent.com/u/53469513?v=4)](https://github.com/angus-mcritchie "angus-mcritchie (1 commits)")

---

Tags

laraveldebugbarddbd

### Embed Badge

![Health badge](/badges/gooby-laravel-debugbar-dd/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

566146.7M471](/packages/spatie-laravel-ignition)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)

PHPackages © 2026

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