Libraries tagged by Symfony controller response
ilbee/csv-response
179728 Downloads
Symfony component allow you to respond CSV contents directly in your controller
chamber-orchestra/form-bundle
2801 Downloads
Symfony 8 bundle for JSON-first API form handling with controller traits, data transformers, Doctrine validation, and RFC 9457 problem details error responses
basster/lazy-response-bundle
15024 Downloads
A library to support so-called lazy symfony controller responses.
zenstruck/controller-util
744 Downloads
Utilities for creating Symfony2 responses without dependencies.
danilovl/cache-response-bundle
143 Downloads
Symfony bundle provides cache controller response
mattjanssen/api-response-bundle
9597 Downloads
Symfony bundle for transforming controller action returns and exceptions into JSON API responses
bulatronic/api-kit
56 Downloads
Lightweight Symfony bundle for building REST APIs with DTO-first validation, standardized responses, and thin controllers
kamyshev/responder-bundle
3305 Downloads
A Symfony Bundle to easy handling returning any type from controllers and transforming it to Response
alcalyn/serializable-api-response
447 Downloads
Allows to return raw object as controller response so that it will be serialized later by serializer and converted to Symfony Response.
symfony-util/controller-using-templating-http-foundation-symfony-model
6 Downloads
Controllers which render a template and return a Response passing the Request to the Model
symfony-util/controller-using-templating-http-foundation-http-kernel
303 Downloads
Controller which renders a template and returns a response (HttpFoundation): dependency check for use by http-kernel
symfony-util/controller-using-templating-http-foundation
844 Downloads
Controller which renders a template and returns a response (HttpFoundation)
chrisyue/auto-json-response-bundle
409 Downloads
A Symfony bundle with a listener which converts controller returned data to a appropriate JsonResponse.
solidworx/simple-response-bundle
21 Downloads
A Symfony bundle to return simple reponses in your controllers
phpexpertsinc/doctrine-detective
23443 Downloads
A Symfony2 Bundle that provides a detailed SQL query log for both HTML and JSON responses, including the SQL query, its location, and duration, organized by Controller -> Service -> Repository.