Libraries tagged by raw input
yiisoft/hydrator-validator
136694 Downloads
Validating hydrator with raw data validation support
rainner/restful-php
69087 Downloads
Parses the raw input body for all RESTful verbs (POST, PUT, DELETE, PATCH, etc.) and provides a better way for working with uploaded files.
deefour/transformer
53186 Downloads
Transform raw input data into consistent, immutable PHP objects
sbsedv/input-converter-bundle
115 Downloads
A Symfony ^6.1 bundle that adds the raw request body input to the http-foundation InputBag.
webberwu/restful-php
1426 Downloads
This package is forked from rainner/restful-php which parses the raw input body for all RESTful verbs (POST, PUT, DELETE, PATCH, etc.) and provides a better way for working with uploaded files.
programmatordev/fluent-validator
2 Downloads
A Symfony Validator wrapper that enables fluent-style validation for raw values, offering an easy-to-use and intuitive API to validate user input or other data in a concise and readable manner.
jeffersongoncalves/laravel-markdown
59 Downloads
A shared CommonMark renderer for Laravel with GitHub Flavored Markdown, optional heading permalinks, and server-side syntax highlighting (class-based tokens) via tempest/highlight. Safe by default: raw HTML is escaped unless you opt in to html_input=allow for trusted content. Requires PHP 8.4 because the syntax highlighter tempest/highlight requires it from 2.26 onward.