PHPackages                             savinmikhail/symfony-profiler-response-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. savinmikhail/symfony-profiler-response-bundle

ActiveSymfony-bundle[Debugging &amp; Profiling](/categories/debugging)

savinmikhail/symfony-profiler-response-bundle
=============================================

Symfony Web Profiler panel to display JSON/text response bodies with size limits and guards (dev-only)

v0.1.3(6mo ago)3371[1 issues](https://github.com/savinmikhail/symfony-profiler-response-bundle/issues)[1 PRs](https://github.com/savinmikhail/symfony-profiler-response-bundle/pulls)MITPHPPHP &gt;=8.1CI passing

Since Oct 18Pushed 6mo agoCompare

[ Source](https://github.com/savinmikhail/symfony-profiler-response-bundle)[ Packagist](https://packagist.org/packages/savinmikhail/symfony-profiler-response-bundle)[ RSS](/packages/savinmikhail-symfony-profiler-response-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (10)Versions (7)Used By (0)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7cebef30a7dc14f2ec2750d69b001b8778de342b5964079e7d29368ab9bb243e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736176696e6d696b6861696c2f73796d666f6e792d70726f66696c65722d726573706f6e73652d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/savinmikhail/symfony-profiler-response-bundle/?branch=main)[![Code Coverage](https://camo.githubusercontent.com/271b342dff720b290602a0ef8b387faec287c2062efd09bc1478f585d01f5cc4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736176696e6d696b6861696c2f73796d666f6e792d70726f66696c65722d726573706f6e73652d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/savinmikhail/symfony-profiler-response-bundle/?branch=main)[![dist-size status](https://camo.githubusercontent.com/75ad79f4e6a084a15d4a6893c4fcc03e51568ef8e559883024edb517db99be5a/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d253246736176696e6d696b6861696c25324673796d666f6e792d70726f66696c65722d726573706f6e73652d62756e646c652532466d61696e253246646973742d73697a652d7374617475732e6a736f6e)](https://camo.githubusercontent.com/75ad79f4e6a084a15d4a6893c4fcc03e51568ef8e559883024edb517db99be5a/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470732533412532462532467261772e67697468756275736572636f6e74656e742e636f6d253246736176696e6d696b6861696c25324673796d666f6e792d70726f66696c65722d726573706f6e73652d62756e646c652532466d61696e253246646973742d73697a652d7374617475732e6a736f6e)

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

[](#installation)

1. Install the bundle:

    ```
       composer require --dev savinmikhail/symfony-profiler-response-bundle
    ```
2. Copy the configuration file:

    ```
       cp vendor/savinmikhail/symfony-profiler-response-bundle/config/packages/response_profiler.yaml config/packages/
    ```
3. The bundle will be automatically registered by Symfony Flex.

### Usage

[](#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

[![img.png](img.png)](img.png)

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.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance61

Regular maintenance activity

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Total

4

Last Release

190d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b875f06f4a5b59fb1c051d348aee7c06c32fa04277ac9dfef77a1f01a72ebc87?d=identicon)[Savin Mikhail](/maintainers/Savin%20Mikhail)

---

Top Contributors

[![savinmikhail](https://avatars.githubusercontent.com/u/99592925?v=4)](https://github.com/savinmikhail "savinmikhail (37 commits)")

---

Tags

devdebugprofiling

### Embed Badge

![Health badge](/badges/savinmikhail-symfony-profiler-response-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/savinmikhail-symfony-profiler-response-bundle/health.svg)](https://phpackages.com/packages/savinmikhail-symfony-profiler-response-bundle)
```

###  Alternatives

[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M192](/packages/simplesamlphp-simplesamlphp)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
