expatbase/var/www/html/flarum/vendor/axy/backtrace/README.md
2025-08-29 00:22:05 +09:00

1.7 KiB
Executable file

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