axy / backtrace
Tracing in PHP
Installs: 1 344 393
Dependents: 2
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 2
Open Issues: 1
Requires
- php: >=8.1
Requires (Dev)
- phpunit/phpunit: ~10.0.15
- squizlabs/php_codesniffer: =3.7.1
README
Backtrace helper library (PHP).
Documentation
This library contains some tools to simplify the work with the call stack.
The library is intended primarily for debug. For example, it is used in axypro/errors library for cut uninformative part of the stack. (when displaying an exception).
The library classes
- Trace: the call stack.
- ExceptionTrace: the point of an exception.