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

Installs: 352 873 586

Dependents: 501

Suggesters: 3

Security: 0

Stars: 7 317

Watchers: 9

Forks: 54

v4.4.44 2022-07-28 16:29 UTC

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

Resources