expatbase/var/www/html/flarum/vendor/axy/backtrace
2025-08-29 00:22:05 +09:00
..
src Upload 2025-08-29 00:22:05 +09:00
.gitattributes Upload 2025-08-29 00:22:05 +09:00
.gitignore Upload 2025-08-29 00:22:05 +09:00
composer.json Upload 2025-08-29 00:22:05 +09:00
index.php Upload 2025-08-29 00:22:05 +09:00
LICENSE Upload 2025-08-29 00:22:05 +09:00
README.md Upload 2025-08-29 00:22:05 +09:00

axy\backtrace

Backtrace helper library (PHP).

Latest Stable Version Minimum PHP Version Build Status Coverage Status License

  • 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)

Latest Stable Version Minimum PHP Version Build Status

  • 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