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

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

oriceon/laravel-dumper
======================

1.0.2(2mo ago)07MITPHPPHP &gt;=8.1

Since Feb 26Pushed 2mo agoCompare

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

READMEChangelog (2)Dependencies (12)Versions (3)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

39

—

LowBetter than 86% of packages

Maintenance88

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.3% 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 ~378 days

Total

2

Last Release

62d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a9692bf91992f959404944cecec65e1b68b21491ec3c5642e67e47a836d9ea8?d=identicon)[oriceon](/maintainers/oriceon)

---

Top Contributors

[![inxilpro](https://avatars.githubusercontent.com/u/21592?v=4)](https://github.com/inxilpro "inxilpro (65 commits)")[![oriceon](https://avatars.githubusercontent.com/u/358823?v=4)](https://github.com/oriceon "oriceon (4 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/oriceon-laravel-dumper/health.svg)

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

###  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)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

566146.7M471](/packages/spatie-laravel-ignition)[glhd/laravel-dumper

382801.4k](/packages/glhd-laravel-dumper)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)

PHPackages © 2026

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