Download the PHP package jspeedz/debug-pooper-symfony without Composer
On this page you can find all versions of the php package jspeedz/debug-pooper-symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package debug-pooper-symfony
debug-pooper-symfony
Tired of using symfony's dump(); method? Use 💩(); instead!
More useful features
Dumping prepared statements
Dumping prepared statements into a readable, and usually executable SQL strings can be useful.
Example 1:
Result:
SELECT 1 FROM x WHERE y = 1234
Example 2:
Result:
SELECT 1 FROM x WHERE y = 1234
Dumping request information
Result:
To be determined..
Dumping simple XML element objects
Converting and dumping SimpleXmlObjects into a readable string.
Example 1:
Result:
Dumping simple XML element object trees
Converting and dumping SimpleXmlObjects into a readable tree string.
Example 1:
Result:
Utilities
Timing a block of code
Code templates
PhpStorm Live templates
Install
Please only install this package for development:
composer require --dev jspeedz/debug-pooper-symfony
Requirements
- Symfony 3.3+
- PHP 7.1+
All versions of debug-pooper-symfony with dependencies
PHP Build Version
Package Version
Requires
ext-simplexml Version
*
ext-dom Version *
ext-dom Version *
The package jspeedz/debug-pooper-symfony contains the following files
Loading the files please wait ....