Download the PHP package webxid/debug-helpers without Composer
On this page you can find all versions of the php package webxid/debug-helpers. 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-helpers
Description
The lib contains the tools for debug. It doesn't have any external dependencies to other libs or frameworks, so it could be used in any project.
It's helpful for me. Hope, it'll be helpful for someone else
Install
Run composer require webxid/debug-helpers
How To Use
Simple data dump
Dump a Backtrace
Get Execution time
Cache a var data
Dump data into log file
To dump a data into a log file use the next functions
The log file route: Environment::getRootDir() . '/logs/webxid.log'
.
!!! Note !!!
The dir
logs
has to be readable and writable for the script. Otherwise you will get a permission error.
All versions of debug-helpers with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package webxid/debug-helpers contains the following files
Loading the files please wait ....