| .. | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| composer.json | ||
| index.php | ||
| LICENSE | ||
| README.md | ||
axy\backtrace
Backtrace helper library (PHP).
- The library does not require any dependencies.
- Install:
composer require axy/backtrace. - Tested for PHP 7.1, 7.2, 7.3
- License: MIT.
Legacy (PHP5.4+, branch php5)
- Install:
composer require axy/backtrace=^1
Documentation
It contains some tools to simplify the work with the call stack.
The library is intended primarily for debug. For example, it used in axypro/errors for cut uninformative part of the stack (when displaying an exception).
The library classes
- Trace: the call stack.
- ExceptionTrace: the point of an exception.