axy/backtrace
Tracing in PHP
Maintainers
3.0.1
2023-03-16 11:02 UTC
Requires
- php: >=8.1
Requires (Dev)
- phpunit/phpunit: ~10.0.15
- squizlabs/php_codesniffer: =3.7.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Backtrace helper library (PHP).
👁 Latest Stable Version
👁 Minimum PHP Version
👁 Tests
👁 Coverage Status
👁 License
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.
