repo/dd

A simple die and dump implementation

Maintainers

Details

github.com/TGM/dd

Source

Issues

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/repo/dd

1.1 2018-06-05 09:02 UTC

This package is not auto-updated.

Last update: 2026-01-08 02:41:12 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