PHPackages                             hacfi/request-dumper-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hacfi/request-dumper-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

hacfi/request-dumper-bundle
===========================

Request Dumper Bundle for Symfony

08PHP

Since Apr 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/hacfi/request-dumper-bundle)[ Packagist](https://packagist.org/packages/hacfi/request-dumper-bundle)[ RSS](/packages/hacfi-request-dumper-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Request Dumper Bundle for Symfony
=================================

[](#request-dumper-bundle-for-symfony)

Dumps HTTP requests into a log file.

You might not need but I do.

Example output
--------------

[](#example-output)

app/logs/request\_2015-04-25\_20-07-03.log

```
GET /dump HTTP/1.1
Accept:          text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8,es;q=0.6
Connection:      keep-alive
Content-Length:
Content-Type:
Cookie:          s=mo8t0llrlkg95tnrg3vurp46f2; XDEBUG_SESSION=17457
Dnt:             1
Host:            domain.tld
User-Agent:      Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
X-Php-Ob-Level:  1

```

Install
-------

[](#install)

```
composer require "hacfi/request-dumper-bundle":"dev-master"
```

Configuration
-------------

[](#configuration)

```
# app/config/config.yml

hacfi_request_dumper:
    date_format: 'Y-m-d_H-i-s'
    file_extension: 'log'
    file_prefix: 'request_'
    path: '%kernel.root_dir%/../var/logs'
```

```
# app/config/routing.yml

dump:
    path:     /dump
    defaults: { _controller: hacfi_request_dumper.controller.dump:indexAction }
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b2447f73057262d5865e54a15ce479d15ad566e2aa41636a5119b4faf710701?d=identicon)[hacfi](/maintainers/hacfi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/hacfi-request-dumper-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/hacfi-request-dumper-bundle/health.svg)](https://phpackages.com/packages/hacfi-request-dumper-bundle)
```

PHPackages © 2026

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