PHPackages                             senseexception/dumpedie - 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. senseexception/dumpedie

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

senseexception/dumpedie
=======================

Another var\_dump-like debugging function with special debugging features

0.9.0(8y ago)04MITPHPPHP ^7.1

Since Apr 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/SenseException/dumpedie)[ Packagist](https://packagist.org/packages/senseexception/dumpedie)[ RSS](/packages/senseexception-dumpedie/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

dumpedie [![Build Status](https://camo.githubusercontent.com/b04800345a872c982e52d3519686bfec3202bf10fa93d50272abb0e527d74014/68747470733a2f2f7472617669732d63692e6f72672f53656e7365457863657074696f6e2f64756d70656469652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SenseException/dumpedie)
=============================================================================================================================================================================================================================================================================================================

[](#dumpedie-)

Another var\_dump like debugging function with special debugging features.

Once upon a time, there was var\_dump ...
-----------------------------------------

[](#once-upon-a-time-there-was-var_dump-)

and var\_dump was our biggest help when it came to debug code. Today, we have debugger in our IDEs that covers nearly every need of a PHP developer, but every now and then, we still need to go back to our var\_dump beginnings. This is where dumpedie can be of help.

An alternative var\_dump
------------------------

[](#an-alternative-var_dump)

dumpedie is an alternative to PHP's build-in var\_dump to debug code when no IDE with a debugger is available. It uses Symfony's VarDumper component in its core to highlight and format the output. You only have to use the function like you already know from var\_dump:

```
dumpedie($var1, $var2, $object);
```

In addition, dumpedie offers some small nifty features.

### Conditions

[](#conditions)

Only output the followed content in dumpedie when a condition set with `dd_cond()` was met.

```
dumpedie($var1, dd_cond('foo' === $value), $var2);
```

This always shows the content of `$var1`, but it only shows the content of `$var2`if the variable `$value` is `foo`.

### Trace

[](#trace)

Sometimes you want to know the whole trace from where your code was called from. `dd_trace()` shows a trace like you know from exceptions and offers you insight to the method's calls.

```
dumpedie(dd_trace());
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

2989d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1313ebcff68bc6cca3b8a1921c3ba13f83351212f707c15a5506880371371c47?d=identicon)[SenseException](/maintainers/SenseException)

---

Top Contributors

[![SenseException](https://avatars.githubusercontent.com/u/859964?v=4)](https://github.com/SenseException "SenseException (12 commits)")

---

Tags

debugdumpdebuggingvar\_dump

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/senseexception-dumpedie/health.svg)

```
[![Health](https://phpackages.com/badges/senseexception-dumpedie/health.svg)](https://phpackages.com/packages/senseexception-dumpedie)
```

###  Alternatives

[jbzoo/jbdump

Script for debug and dump PHP variables and other stuff. This tool is a nice replacement for print\_r() and var\_dump() functions.

191.1M3](/packages/jbzoo-jbdump)[mmucklo/krumo

KRUMO - version 2.0 of print\_r(); and var\_dump(); (with new updates)

90170.8k6](/packages/mmucklo-krumo)[xrdebug/php

PHP client library for xrDebug

23823.2k3](/packages/xrdebug-php)[leeoniya/dump-r

a cleaner, leaner mix of print\_r() and var\_dump()

12168.5k5](/packages/leeoniya-dump-r)[kktsvetkov/krumo

Krumo is a debugging tool, which displays structured information about any PHP variable. It is a nice replacement for print\_r() or var\_dump() which are used by a lot of PHP developers.

8261.6k](/packages/kktsvetkov-krumo)[php-sage/sage

☯ Insightful PHP debugging assistant.

5645.7k6](/packages/php-sage-sage)

PHPackages © 2026

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