symfony / debug
This package is abandoned and no longer maintained.
The author suggests using the symfony/error-handler package instead.
Provides tools to ease debugging PHP code
v4.4.44
2022-07-28 16:29 UTC
Requires
- php: >=7.1.3
- psr/log: ^1|^2|^3
Requires (Dev)
- symfony/http-kernel: ^3.4|^4.0|^5.0
Conflicts
- symfony/http-kernel: <3.4
This package is auto-updated.
Last update: 2022-07-29 12:25:11 UTC
README
CAUTION: this component is deprecated since Symfony 4.4. Instead, use the ErrorHandler component.
The Debug component provides tools to ease debugging PHP code.
Getting Started
$ composer require symfony/debug
use Symfony\Component\Debug\Debug; Debug::enable();