hengebytes/response-filter-bundle

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

Maintainers

👁 ITernovtsiy

Package info

github.com/hengebytes/response-filter-bundle

Type:symfony-bundle

pkg:composer/hengebytes/response-filter-bundle

Statistics

Installs: 0

Dependents: 0

Suggesters: 1

Stars: 0

Open Issues: 0

v1.1.0 2025-02-05 14:05 UTC

Requires

Requires (Dev)

None

Suggests

Provides

None

Conflicts

None

Replaces

None

This package is auto-updated.

Last update: 2026-05-30 14:53:11 UTC


README

👁 Latest Stable Version
👁 Total Downloads
👁 License

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

Add the bundle to your Kernel

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

Generate migration

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

Routes

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

Assets

php bin/console assets:install --symlink

Override templates

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

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