This package is abandoned and no longer maintained. The author suggests using the php-tool-bucket/caller-info package instead.

v3.0.0 2018-01-17 00:48 UTC

This package is auto-updated.

Last update: 2019-12-23 03:39:29 UTC


README

composer require php-tool-bucket/caller-info

Returns the true caller information by getting rid of superfluous entries in the backtrace, such as require() and eval() calls. For example if bar() requires a file which calls baz(), the caller of baz() would be bar(), rather than require().