Registry / observability / symfony-web-profiler-bundle

symfony-web-profiler-bundle

JSON →
library8.1.0phppackagistunverified

Provides a development tool that gives detailed information about the execution of any request.

composer require symfony/web-profiler-bundle
INSTALL
IMPORT
SIG · SYMFONY-WEB-PROFIL
S
symfony-web-profiler-bundle
observabilityphpv8.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebProfilerBundle
use Symfony\Bundle\WebProfilerBundle\WebProfilerBundle;

Enable the Web Profiler Bundle in dev and test environments.

<?php use Symfony\Bundle\WebProfilerBundle\WebProfilerBundle; // In config/bundles.php return [ WebProfilerBundle::class => ['dev' => true, 'test' => true], ];
Debug
Known issues
gotchaDo not enable in production; exposes sensitive information.
fix
Only enable in dev/test environments.
affects: *
Upgrade
Version history
8.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
symfony-web-profiler-bundle — pip install symfony-web-profiler-bundle · libregistry