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

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 1

pkg:composer/php-tool-bucket/callee

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