Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
This package has been abandoned. Use symfony/error-handler instead.
Generated on Apr 29, 2024 via composer

symfony/debug v4.4.44

Provides tools to ease debugging PHP code
Package summary
Share
1
issue
1
high severity
meta
1
1
license
2
MIT
Package created
7 Apr 2013
Version published
28 Jul 2022
Maintainers
1
Total deps
2
Direct deps
1
License
MIT

Issues

1

1 high severity issue

high
via: symfony/debug@v4.4.44
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
2 Packages, Including:
psr/log@3.0.0
symfony/debug@v4.4.44
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

1
All Dependencies CSV
β“˜ This is a list of symfony/debug 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
psr/log3.0.06.77 kBMIT
prod

Visualizations

Frequently Asked Questions

What does symfony/debug do?

Symfony/Debug is a powerful tool that aids in debugging PHP code. It provides a range of essential tools and functions that can make the debugging process smoother and more efficient. However, as of Symfony 4.4, this component has been deprecated and users are encouraged to use the ErrorHandler component instead.

How do you use symfony/debug?

You can start using Symfony/Debug by first installing it via Composer. This can be done using the command $ composer require symfony/debug. After it has been successfully installed, you need to enable Symfony/Debug in your PHP file. To do this, you simply need to add the following lines of code:

use Symfony\Component\Debug\Debug;
Debug::enable();

This will make all the debugging tools and functions of Symfony/Debug available in your PHP file.

Where are the symfony/debug docs?

The Symfony/Debug documentation can be found primarily on the Symfony website. Here, you will find a comprehensive guide on how to use Symfony/Debug, as well as how to contribute to its development. You can also report issues and send Pull Requests in the main Symfony repository.