aamirshahzadxerobug/php-dump-die

Dump Die package based on symfony/var-dumper.

dev-main 2022-12-27 07:01 UTC

This package is not auto-updated.

Last update: 2025-06-11 17:23:47 UTC


README

The preferred way to install this extension is through composer.

Either run

composer require aamirshahzadxerobug/php-dump-die --dev-main

Usage

For Print and Exit: xdd($variable); For Print and Continue: xdd($variable, 0);