mp091689/dump-die

Dump Die package based on symfony/var-dumper.

Maintainers

👁 MykytaPopov

Package info

github.com/mykytapopov/dump-die

Issues

Type:extension

pkg:composer/mp091689/dump-die

Statistics

Installs: 20 724

Dependents: 7

Suggesters: 0

Stars: 5

V1.0.2 2017-09-17 05:39 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT aa0c15b0e971231114e784f9a7f076542b1f646e

  • Mykyta Popov <mp091689.woop@gmail.com>

dumperddvar-dumpvar-dumpermp091689dump-diedump die

This package is auto-updated.

Last update: 2026-06-26 22:50:31 UTC


README

Dump Die package based on symfony/var-dumper.

Best dumping practises from Symfony and Laravel frameworks.

The basic is idea of Laravel to combine two methods dump() and die() together.

In this package we've used pretty dark dump() method from Symfony.___

Installation

The preferred way to install this extension is through composer.

Either run

composer require mp091689/dump-die --dev

Usage

dd($variable);

dd($variable1, $variable2, ..);