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

Maintainers

Package info

github.com/PHPToolBucket/Callee

Homepage

pkg:composer/php-tool-bucket/callee

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

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().