PHPackages                             hengebytes/response-filter-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. [API Development](/categories/api)
4. /
5. hengebytes/response-filter-bundle

ActiveSymfony-bundle[API Development](/categories/api)

hengebytes/response-filter-bundle
=================================

Symfony bundle for modify/filter responses in webservice-core-async-bundle

v1.1.0(1y ago)00MITPHPPHP &gt;=8.3

Since Feb 5Pushed 1y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Response Filter Bundle
======================

[](#response-filter-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/55a1e7a4c4a2ac25720906fa613d1349630c048be896bcbe19948d6ca1ea3ece/68747470733a2f2f706f7365722e707567782e6f72672f68656e676562797465732f726573706f6e73652d66696c7465722d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/hengebytes/response-filter-bundle)[![Total Downloads](https://camo.githubusercontent.com/04aa64138a09317df9fc86bd9d681b939b2bb27f23cb42c655dad7e4504e4dc2/68747470733a2f2f706f7365722e707567782e6f72672f68656e676562797465732f726573706f6e73652d66696c7465722d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/hengebytes/response-filter-bundle)[![License](https://camo.githubusercontent.com/e9e05844c9e1a4634d86645e2636a4aebd0fdf1a855d049af37643fc0ca2473c/68747470733a2f2f706f7365722e707567782e6f72672f68656e676562797465732f726573706f6e73652d66696c7465722d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/hengebytes/response-filter-bundle)

This bundle provides a way to filter the response of async web services core bundle.

Add the bundle to your Kernel
-----------------------------

[](#add-the-bundle-to-your-kernel)

```
// config/bundles.php
return [
    // ...
    Hengebytes\ResponseFilterBundle\HBResponseFilterBundle::class => ['all' => true],
];
```

Generate migration
------------------

[](#generate-migration)

```
php bin/console doctrine:migrations:diff
php bin/console doctrine:migrations:migrate
```

Routes
------

[](#routes)

```
# config/routes/hb_response_filter.yaml
hb_response_filter:
    resource: '@HBResponseFilterBundle/Resources/config/routes.yaml'
    prefix: /admin
```

Assets
------

[](#assets)

```
php bin/console assets:install --symlink
```

Override templates
------------------

[](#override-templates)

```
php bin/console make:twig:template templates/bundles/HBResponseFilterBundle
```

or manually create the file `templates/bundles/HBResponseFilterBundle/layout.html.twig`

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance42

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

512d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c84bad4d54832e9205f4ca4262d95035343228b5ca650df784d80cb4d47f3456?d=identicon)[ITernovtsiy](/maintainers/ITernovtsiy)

---

Top Contributors

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

---

Tags

apisymfonybundleresponse filterResponse modifywebservice-core-async-bundle

### Embed Badge

![Health badge](/badges/hengebytes-response-filter-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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