aamirshahzadxerobug / php-dump-die
Dump Die package based on symfony/var-dumper.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:php-extension
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);