Libraries tagged by laravel response
jerrydepredator/laravel-predator-api-utils
81 Downloads
A collection of utility classes and traits to streamline common Laravel development tasks, including error handling, paginated responses, data handling, middleware creation, a base repository for advanced filtering, keyset pagination, base query filtering, and more. This package aims to reduce boilerplate code often encountered in Laravel projects.
gelgoog135/laravel-jsend
15 Downloads
Laravel helpers to easily send JSend-compliant responses
alanmjc/auto-pagination-laravel
9 Downloads
A Laravel package for handling pagination in API responses.
zenia9012/laravel-gzip
26 Downloads
Gzip your responses.
yolomedia/api-response
73 Downloads
Libreria para generar respuestas para la API, compatible con Resources de laravel
yanlyan/laravel-convert-case-middleware
8 Downloads
Convert request and response keys to and from camel and snake case.
xnf4o/laravel-last-modified
16 Downloads
Setting the Last-Modified header and 304 Not Modified response code if the page hasn't changed since the last visit
wyxos/laravel-listing
57 Downloads
Provides a class to build list response for @wyxos/vue-3-helpers
wizofgoz/deprecation-laravel
4 Downloads
Allows for marking URLs as deprecated via HTTP response headers
wamesk/laravel-validator
172 Downloads
Laravel extended validator.
vrkansagara/laravel-request-log
0 Downloads
Store all your request and response into database.
vnclone/laravel-static-html-cache
14 Downloads
store/cache generated responses as a static file
vmporcayom/laravel-xml
4 Downloads
Laravel XML Support with Tramite label
vluzrmos/laravel-route-redirector
11 Downloads
Redirect responses direct from your routes.
v8-ict/laravel-smart-cache
14 Downloads
Allows to capture the entire response with a middleware, and while caching it observer the checksum of the database tables used to create the response, if any related table has a modified checksum, it refreshes the response. This makes it serve live data, but then cached as long as it is not modified. Huge reduction of resource consumption and keep data live.