zendframework/zend-debug
This package is abandoned and no longer maintained.
No replacement package was suggested.
Safely dump debug information to HTML
2.6.0
2018-04-30 20:10 UTC
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-escaper: ^2.0
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.5
- zendframework/zend-coding-standard: ~1.0.0
Suggests
- ext-xdebug: XDebug, for better backtrace output
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause cb423facd6f2e875a3cb44cf992b6bd1f5fd1a96
This package is auto-updated.
Last update: 2020-01-29 15:06:34 UTC
README
👁 Build Status
👁 Coverage Status
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.
- File issues at https://github.com/zendframework/zend-debug/issues
- Documentation is at https://docs.zendframework.com/zend-debug/
