iter8/dd-helpers

Various dump and debug helpers

Maintainers

Package info

github.com/iter8-au/dd-helpers

pkg:composer/iter8/dd-helpers

Statistics

Installs: 12 242

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.4 2018-11-23 03:21 UTC

This package is auto-updated.

Last update: 2026-02-23 19:40:30 UTC


README

dd

Heavily inspired by Laravel, the dd function can be provided 1 or more arguments which are passed on to the Symfony VarDumper to be nicely formatted before dieing.

ddl

Displays the line number where it was called and then dies.