Download the PHP package savinmikhail/symfony-profiler-response-bundle without Composer
On this page you can find all versions of the php package savinmikhail/symfony-profiler-response-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download savinmikhail/symfony-profiler-response-bundle
More information about savinmikhail/symfony-profiler-response-bundle
Files in savinmikhail/symfony-profiler-response-bundle
Download savinmikhail/symfony-profiler-response-bundle
More information about savinmikhail/symfony-profiler-response-bundle
Files in savinmikhail/symfony-profiler-response-bundle
Vendor savinmikhail
Package symfony-profiler-response-bundle
Short Description Symfony Web Profiler panel to display JSON/text response bodies with size limits and guards (dev-only)
License MIT
Package symfony-profiler-response-bundle
Short Description Symfony Web Profiler panel to display JSON/text response bodies with size limits and guards (dev-only)
License MIT
Please rate this library. Is it a good library?
Informations about the package symfony-profiler-response-bundle
Symfony Profiler Response Bundle
Dev-only Symfony bundle that adds a "Response Body" panel to the Web Profiler, showing JSON/text response payloads with size limits and sensible guards.
Features
- Captures response body for textual and JSON-like MIME types
- Skips streamed/binary responses to avoid breaking downloads
- Truncates large payloads (default 256 KB) to protect the toolbar
- Pretty-prints JSON when possible
Installation
-
Install the bundle:
-
Copy the configuration file:
- The bundle will be automatically registered by Symfony Flex.
Usage
- In the Web Profiler, open any request and look for the new "Response Body" tab.
- The toolbar badge shows MIME and size; the panel shows headers and the (pretty-printed) body, truncated if oversized.
Appearance
Notes
- This bundle is designed for development. Do not enable in production.
- Streamed and binary responses are ignored.
- Pretty-printing of very large JSON may be skipped when payloads are huge.
All versions of symfony-profiler-response-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
symfony/config Version ^5.4 || ^6.0 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.0 || ^7.0
symfony/http-foundation Version ^5.4 || ^6.0 || ^7.0
symfony/http-kernel Version ^5.4 || ^6.0 || ^7.0
symfony/yaml Version ^5.4 || ^6.0 || ^7.0
symfony/config Version ^5.4 || ^6.0 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.0 || ^7.0
symfony/http-foundation Version ^5.4 || ^6.0 || ^7.0
symfony/http-kernel Version ^5.4 || ^6.0 || ^7.0
symfony/yaml Version ^5.4 || ^6.0 || ^7.0
The package savinmikhail/symfony-profiler-response-bundle contains the following files
Loading the files please wait ...

