Download the PHP package alexeyplodenko/symfony-php-dumper without Composer
On this page you can find all versions of the php package alexeyplodenko/symfony-php-dumper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexeyplodenko/symfony-php-dumper
More information about alexeyplodenko/symfony-php-dumper
Files in alexeyplodenko/symfony-php-dumper
Download alexeyplodenko/symfony-php-dumper
More information about alexeyplodenko/symfony-php-dumper
Files in alexeyplodenko/symfony-php-dumper
Vendor alexeyplodenko
Package symfony-php-dumper
Short Description The package provides a simple dump function, based on the Symfony VarDumper package, to output the variables and stop execution.
License MIT
Homepage https://github.com/AlexeyPlodenko/php-dumper
Package symfony-php-dumper
Short Description The package provides a simple dump function, based on the Symfony VarDumper package, to output the variables and stop execution.
License MIT
Homepage https://github.com/AlexeyPlodenko/php-dumper
Please rate this library. Is it a good library?
Informations about the package symfony-php-dumper
symfony-php-dumper
The package provides a simple dump d($yourFirstVar, $yourSecondVar,..); function, based on the Symfony VarDumper package, to output the variables and stop execution. The output happens to the browser and console at the same time.
Motivation
- To have an output to both the browser and CLI (like Docker logs) at the same time.
- To have a stack trace to be able to find where I have left the
d()function. - To ignore
d()on production and staging environments. So if the function is still there in the code, it would not affect the runtime. - To have a compact debug output, not affected by any HTML or CSS.
All versions of symfony-php-dumper with dependencies
PHP Build Version
Package Version
The package alexeyplodenko/symfony-php-dumper contains the following files
Loading the files please wait ...