PHPackages                             tjventurini/ddi - 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. tjventurini/ddi

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

tjventurini/ddi
===============

Helper to dd with more comfort.

v1.0.3(4y ago)33.0k1MITPHP

Since Feb 8Pushed 4y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (11)Used By (0)

Tjventurini\\DDI
================

[](#tjventuriniddi)

This package provides a helper method, `ddi()`. This helper works just like the usual `dd()` helper that you know and love but it will add an additional method signature to the dump. That way you always know where the dd is taking place.

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

[](#installation)

To install this package you can just require it via composer.

```
composer require tjventurini/ddi
```

Usage and Example
-----------------

[](#usage-and-example)

```
namespace Acme\Foo;

class Bar {
    public function baz() {
        // dump and die
        ddi('example');

        // dump and continue
        dumpi('example');
    }
}
```

This will add the string `Acme\Foo\Bar::baz` as first variable to your `dd()` output. The `dumpi()` helper method works the same way, but for the `dump()` helper method.

For more information about the `dd()` and `dump()` method take a look at the [documentation](https://laravel.com/docs/helpers).

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 93.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 ~54 days

Total

10

Last Release

1793d ago

Major Versions

v0.0.6 → v1.0.02020-10-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/daf1f2889ddf906730ee2193db9589a470a6576ef99be86cf3f5ce6ae68baaff?d=identicon)[tjventurini](/maintainers/tjventurini)

---

Top Contributors

[![tjventurini](https://avatars.githubusercontent.com/u/4708070?v=4)](https://github.com/tjventurini "tjventurini (14 commits)")[![seanmoghadam](https://avatars.githubusercontent.com/u/25614254?v=4)](https://github.com/seanmoghadam "seanmoghadam (1 commits)")

### Embed Badge

![Health badge](/badges/tjventurini-ddi/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M210](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M858](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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