PHPackages                             glhd/laravel-dumper - 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. glhd/laravel-dumper

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

glhd/laravel-dumper
===================

3.0.1(4mo ago)382843.6k↓17.7%16[1 issues](https://github.com/glhd/laravel-dumper/issues)[1 PRs](https://github.com/glhd/laravel-dumper/pulls)MITPHPPHP &gt;=8.1CI passing

Since Jan 19Pushed 4mo ago4 watchersCompare

[ Source](https://github.com/glhd/laravel-dumper)[ Packagist](https://packagist.org/packages/glhd/laravel-dumper)[ RSS](/packages/glhd-laravel-dumper/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (10)Versions (15)Used By (0)

 [ ![Build Status](https://github.com/glhd/laravel-dumper/workflows/PHPUnit/badge.svg) ](https://github.com/glhd/laravel-dumper/actions) [ ![Coverage Status](https://camo.githubusercontent.com/d1909abc7f75be1cd1901eb99681c0dd5917d2ff4ca022caf668bae2ee1eac94/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f38396438323562643163626130303262323731632f746573745f636f766572616765) ](https://codeclimate.com/github/glhd/laravel-dumper/test_coverage) [ ![Latest Stable Release](https://camo.githubusercontent.com/83f0cca77f3ac108ef6328c5a581ada02840c871adf914d20112e8197111e760/68747470733a2f2f706f7365722e707567782e6f72672f676c68642f6c61726176656c2d64756d7065722f762f737461626c65) ](https://packagist.org/packages/glhd/laravel-dumper) [ ![MIT Licensed](https://camo.githubusercontent.com/2277a07bba87b41cb36d4ddbd6513e17d6c360d0e417e74e6dc91b6c637104a8/68747470733a2f2f706f7365722e707567782e6f72672f676c68642f6c61726176656c2d64756d7065722f6c6963656e7365) ](./LICENSE) [ ![Follow @inxilpro on Twitter](https://camo.githubusercontent.com/e6d0a3893c652423c3a7c6aa648ca6e98a3b06899551e17a2fe5b33528244dcb/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f696e78696c70726f3f7374796c653d736f6369616c) ](https://twitter.com/inxilpro)

Laravel Dumper
==============

[](#laravel-dumper)

Improve the default output of `dump()` and `dd()` in Laravel projects. Improves the default dump behavior for many core Laravel objects, including:

- Models
- Query Builders
- Service Container
- Database Connections
- Carbon Instances
- Requests and Responses

    laravel-dumper.mp4    Installation
------------

[](#installation)

Install as a dev dependency:

```
# composer require glhd/laravel-dumper --dev
```

Usage
-----

[](#usage)

Just use `dd()` as you would normally, and enjoy the newly curated output!

Original Dump Output
--------------------

[](#original-dump-output)

If, for some reason, you really need the full debug output for an object that `laravel-dumper` customizes, you can do a "full" dump with `ddf()` and `dumpf()`.

Comparison to Default Output
----------------------------

[](#comparison-to-default-output)

You can see comparisons between the default `dd()` output and the `laravel-dumper` output in the [diffs directory of this repository](./diffs/).

Custom Casters
--------------

[](#custom-casters)

Due to [changes in how Laravel registers the var dumper](https://github.com/laravel/framework/pull/44211) it is no longer possible to register custom casters.

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance74

Regular maintenance activity

Popularity57

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 96.2% 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 ~127 days

Recently: every ~375 days

Total

13

Last Release

148d ago

Major Versions

0.5.0 → 1.0.02022-01-24

1.1.0 → 2.0.02023-12-16

2.0.0 → 3.0.02025-12-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21592?v=4)[Chris Morrell](/maintainers/inxilpro)[@inxilpro](https://github.com/inxilpro)

---

Top Contributors

[![inxilpro](https://avatars.githubusercontent.com/u/21592?v=4)](https://github.com/inxilpro "inxilpro (75 commits)")[![Cyb0rk](https://avatars.githubusercontent.com/u/95137?v=4)](https://github.com/Cyb0rk "Cyb0rk (1 commits)")[![hailwood](https://avatars.githubusercontent.com/u/709773?v=4)](https://github.com/hailwood "hailwood (1 commits)")[![Jubeki](https://avatars.githubusercontent.com/u/15707543?v=4)](https://github.com/Jubeki "Jubeki (1 commits)")

---

Tags

laravel

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/glhd-laravel-dumper/health.svg)

```
[![Health](https://phpackages.com/badges/glhd-laravel-dumper/health.svg)](https://phpackages.com/packages/glhd-laravel-dumper)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k136.0M827](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k2.9M81](/packages/fruitcake-laravel-debugbar)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[ublabs/blade-simple-icons

A package to easily make use of Simple Icons in your Laravel Blade views.

1866.3k](/packages/ublabs-blade-simple-icons)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

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