Skip to content

hengebytes/response-filter-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Response Filter Bundle

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

About

Symfony Bundle for filtering webservice responses built on top of webservice-core-async-bundle

Resources

Stars

Watchers

Forks

Packages

No packages published