PHPackages                             sixlive/dd-helpers - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sixlive/dd-helpers

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

sixlive/dd-helpers
==================

Additional dump and die helpers

232PHP

Since Jul 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sixlive/dd-helpers)[ Packagist](https://packagist.org/packages/sixlive/dd-helpers)[ RSS](/packages/sixlive-dd-helpers/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Additional Dump &amp; Die Helpers
=================================

[](#additional-dump--die-helpers)

[![Latest Version on Packagist](https://camo.githubusercontent.com/39fc14bcdf8eebbf85f0be211af4b5a4ee1d6e30bedf7747aa5d69e88f2e8d0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7369786c6976652f64642d68656c706572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sixlive/dd-helpers)[![Total Downloads](https://camo.githubusercontent.com/646beabf625c9049df0d120e61a007b1efc93875099eb9b9ea71934ba60b0ff7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7369786c6976652f64642d68656c706572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sixlive/dd-helpers)[![StyleCI](https://camo.githubusercontent.com/100d99265325605590290786da6a0edf5a53c18cf6ea341e3d178523a1bc37db/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3139393331373636382f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/199317668)

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

[](#installation)

You can install the package via composer:

```
composer require sixlive/dd-helpers
```

Usage
-----

[](#usage)

```
dd_if($value, true === true);
dd_if($value, function ($value) {
    return $value === 'foo';
});

foreach($foo in $bar) {
    dump_until($foo, function ($foo) use ($bar) {
        return $bar === 'baz';
    });
}
```

### Testing

[](#testing)

Not even sure how this could be tested.

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [TJ Miller](https://github.com/sixlive)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5108034?v=4)[TJ Miller](/maintainers/sixlive)[@sixlive](https://github.com/sixlive)

---

Top Contributors

[![sixlive](https://avatars.githubusercontent.com/u/5108034?v=4)](https://github.com/sixlive "sixlive (6 commits)")[![chapeupreto](https://avatars.githubusercontent.com/u/834048?v=4)](https://github.com/chapeupreto "chapeupreto (2 commits)")

### Embed Badge

![Health badge](/badges/sixlive-dd-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/sixlive-dd-helpers/health.svg)](https://phpackages.com/packages/sixlive-dd-helpers)
```

PHPackages © 2026

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