PHPackages                             repat/laravel-5-dbug - 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. repat/laravel-5-dbug

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

repat/laravel-5-dbug
====================

A library for nicer looking variable dumps comparable to ColdFusion's cfdump.

v1.3.0(10y ago)45.0kGPL-2.0PHPPHP &gt;=5.4.0

Since Feb 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/repat/laravel-5-dbug)[ Packagist](https://packagist.org/packages/repat/laravel-5-dbug)[ RSS](/packages/repat-laravel-5-dbug/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

DBug
----

[](#dbug)

**laravel-5-dbug** is a Laravel package that makes your variable dumps look nicer with the [ospintos dBug class](https://github.com/ospinto/dbug). The output is comparable to ColdFusion's cfdump. This repository is a fork from [dlcrush/laravel-dbug](https://github.com/dlcrush/laravel-dbug) with an update for Laravel 5 and a few minor fixes.

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

[](#installation)

1. Add the following to your composer.json under require and then run `composer update`

`"repat/laravel-5-dbug": "~1.*"`

OR

`composer require repat/laravel-5-dbug`

2. Add the Service Provider to the providers array in `app/config/app.php`

```
dlcrush\DBug\DBugServiceProvider::class,
```

3. Add alias in `app/config/app.php`

```
'DBug'			  => dlcrush\DBug\Facades\DBug::class,
```

### Usage

[](#usage)

To dump out a variable, do the following:

```
DBug::DBug($var);
```

To dump and then die, do the following:

```
DBug::DBug($var, true);
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~104 days

Total

4

Last Release

3851d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.0

v1.2.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/405dab243007488e7e7851422e5864a9312aee36058d60f1e6d623232c4d3131?d=identicon)[repat](/maintainers/repat)

---

Top Contributors

[![repat](https://avatars.githubusercontent.com/u/516807?v=4)](https://github.com/repat "repat (7 commits)")

---

Tags

laraveldebugdumpdbugcfdump

### Embed Badge

![Health badge](/badges/repat-laravel-5-dbug/health.svg)

```
[![Health](https://phpackages.com/badges/repat-laravel-5-dbug/health.svg)](https://phpackages.com/packages/repat-laravel-5-dbug)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k130.0M722](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k1.7M56](/packages/fruitcake-laravel-debugbar)[spatie/laravel-web-tinker

Artisan Tinker in your browser

1.2k4.0M7](/packages/spatie-laravel-web-tinker)

PHPackages © 2026

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