xerobug / dump-die
Dump Die package based on symfony/var-dumper.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ^2.0.0
This package is not auto-updated.
Last update: 2025-03-08 22:00:37 UTC
README
Dump Die package based on symfony/var-dumper.
Best dumping practises from Symfony and Yii2 frameworks.
The basic is idea of Yii2 to combine two methods dump() and die() together.
In this package we've used pretty dark dump() method from Symfony.___
Installation
The preferred way to install this extension is through composer.
Either run
composer require xerobug/dump-die --dev-main
Usage
dd($variable);