repo/dd

A simple die and dump implementation

Maintainers

Package info

github.com/TGM/dd

pkg:composer/repo/dd

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1 2018-06-05 09:02 UTC

This package is not auto-updated.

Last update: 2026-03-19 03:35:42 UTC


README

A simple die and dump implementation

Install

Run composer require repo/dd

Usage

d($var) - Outputs the variable content in a <pre> wrapper

dd($var) - Outputs the variable content in a <pre> wrapper and stops the script