PHPackages                             jiboule/ddump - 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. jiboule/ddump

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

jiboule/ddump
=============

Dump your variables and stop the execution of the script.

1.1.1(8y ago)0196↓100%MITPHPPHP &gt;=5.6

Since Oct 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jiboule/ddump)[ Packagist](https://packagist.org/packages/jiboule/ddump)[ Docs](https://github.com/jiboule/ddump.git)[ RSS](/packages/jiboule-ddump/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (1)Versions (6)Used By (0)

DDUMP
=====

[](#ddump)

This is just an overlay to the Symfonys' var-dumper component to dump variable(s) and stop the script execution right away.

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

[](#installation)

```
$ composer require --dev jiboule/ddump

```

The --dev option is important as you don't wanna use dump in production.

Usage
-----

[](#usage)

```
dump($bar); // the var-dumper function dumps the var, below code will be executed

ddump($myVar); // dumps the var

// nothing below will be executed
```

You can also dump several variables

```
ddump($foo, $bar, $another);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

2945d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/769bc5042d690b337c2f1064928b4f2fd08670342c3902df0294e0c29311e75f?d=identicon)[jiboule](/maintainers/jiboule)

---

Top Contributors

[![jiboule](https://avatars.githubusercontent.com/u/3297434?v=4)](https://github.com/jiboule "jiboule (10 commits)")

---

Tags

debugdump

### Embed Badge

![Health badge](/badges/jiboule-ddump/health.svg)

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

###  Alternatives

[symfony/var-dumper

Provides mechanisms for walking through any arbitrary PHP variable

7.4k855.5M8.0k](/packages/symfony-var-dumper)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[kint-php/kint

Kint - Advanced PHP dumper

2.8k19.3M282](/packages/kint-php-kint)[xrdebug/php

PHP client library for xrDebug

23920.3k2](/packages/xrdebug-php)[phalcon/dd

This package will add the `dd` and `dump` helpers to your Phalcon application.

24294.1k27](/packages/phalcon-dd)[php-sage/sage

☯ Insightful PHP debugging assistant.

5639.7k5](/packages/php-sage-sage)

PHPackages © 2026

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