zendframework/zend-debug
zend-debug provides debugging utilities for Zend Framework apps, including variable dumping, debug messages, and helpers to inspect execution during development. Useful for troubleshooting and profiling in legacy ZF-based projects.
Zend\Debug is a component that help the debugging of PHP applications. In
particular it offers a static method Zend\Debug\Debug::dump() that prints or
returns information about an expression. This simple technique of debugging is
common because it is easy to use in an ad hoc fashion and requires no
initialization, special tools, or debugging environment.
How can I help you explore Laravel packages today?