Download the PHP package femastudios/jtrace without Composer
On this page you can find all versions of the php package femastudios/jtrace. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download femastudios/jtrace
More information about femastudios/jtrace
Files in femastudios/jtrace
Download femastudios/jtrace
More information about femastudios/jtrace
Files in femastudios/jtrace
Vendor femastudios
Package jtrace
Short Description A PHP library to create Java-like stacktraces
License GPL-3.0-only
Package jtrace
Short Description A PHP library to create Java-like stacktraces
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package jtrace
jtrace
A PHP library to create Java-like stacktraces.
Installation through composer package femastudios/jtrace
Usage
Sample output:
Options
Each JTrace
instance can be customized with the following parameters:
- Max items: the maximum number of lines to print for each
\Throwable
. Defaults to256
. - Max causes: the maximum number of causes to print. Defaults to
64
. - Include arguments: whether to include arguments of function calls in the stacktrace. Defaults to
false
.- Include complex arguments: whether to include non-trivial arguments in function calls. When
false
scalar types are written normally, for other types the type is written. Whentrue
an attempt to convert classes an arrays to string is made. Defaults tofalse
. - Arguments max length: the maximum length for all the arguments for each line. When exceeded arguments are automatically separately shortened according to their size. Defaults to
1024
.
- Include complex arguments: whether to include non-trivial arguments in function calls. When
Example of customization:
All versions of jtrace with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
ext-mbstring Version *
ext-mbstring Version *
The package femastudios/jtrace contains the following files
Loading the files please wait ....