Download the PHP package kba-team/php-backtrace without Composer
On this page you can find all versions of the php package kba-team/php-backtrace. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kba-team/php-backtrace
More information about kba-team/php-backtrace
Files in kba-team/php-backtrace
Download kba-team/php-backtrace
More information about kba-team/php-backtrace
Files in kba-team/php-backtrace
Vendor kba-team
Package php-backtrace
Short Description Extendable class holding the PHP backtrace minus the last n steps to avoid showing the traces of logging.
License MIT
Package php-backtrace
Short Description Extendable class holding the PHP backtrace minus the last n steps to avoid showing the traces of logging.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-backtrace
PHP Backtrace
Extendable class holding the PHP backtrace minus the last n steps to avoid showing the traces of logging.
Usage
composer require kba-team/php-backtrace
Example 1
Using the static function classicString()
to echo the classic style output of
the backtrace, while removing the current directory from the file paths.
Output:
Example 2
Create an Instance of ClassicBacktrace
and removing the last two steps from
the backtrace.
The output is the same as in example 1.
Output:
Example 3
Getting details of any step in the backtrace.
Output:
All versions of php-backtrace with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package kba-team/php-backtrace contains the following files
Loading the files please wait ....