Libraries tagged by request transformer
teners/laravel-key-case
3059 Downloads
Middleware for automatic case transformation of request and response data key in Laravel applications.
binary-cats/sanitizer
100425 Downloads
Data sanitizer and Laravel form requests with input sanitation.
coderscantina/laravel-transform-requests
6670 Downloads
A form request wrapper for applying transformations to incoming requests
fewagency/laravel-reformulator
116 Downloads
Laravel middleware to filter, sanitize, parse and transform request input data.
ttbooking/sanitizer
243 Downloads
Data sanitizer and Laravel 8 form requests with input sanitation.
userfrosting/fortress
49361 Downloads
A PHP library for whitelisting, validating, and canonicalizing HTTP request data against a JSON Schema
alexweissman/fortress
2389 Downloads
A PHP library for whitelisting, validating, and canonicalizing HTTP request data against a JSON Schema
nicodmf/highlight-bundle
48 Downloads
This bundle transforms a part of text representing a source code in html formated text, providing 5 highlighter: pygment, geshi, highlight, http request to appspot, http request to hiliteme
shetabit/transform-request
7 Downloads
Transform laravel requests
api-api/transporter-requests
39 Downloads
Transporter implementation for the Requests library.
jacoz/doctrine-query-builder-from-request
877 Downloads
Transform a request to a doctrine query
calamarmihai/laravel-request-sanitizer
1 Downloads
Data sanitizer and Laravel form requests with input sanitation.
beningreenjam/api-wrapper
7 Downloads
Api-Wrapper is a simple Laravel 5.5 bridge for making, throttling, caching and transforming RESTful API requests made via GuzzleHttp.
juicelib/filtermodule
7 Downloads
Intercept requests/responses at the route/MvcEvent::EVENT_ROUTE event and transform or use the request or response
rizkussef/laravel-snake-to-camel-case
15 Downloads
A Laravel middleware package to automatically convert API response keys from snake_case to camelCase for frontend compatibility, and optionally convert request keys from camelCase to snake_case