Libraries tagged by string validation
irap/json-validator
968 Downloads
A package to make it easy to use a validate JSON strings.
cmpayments/schemavalidator
4178 Downloads
SchemaValidator is a PHP implementation for validating JSON against a Schema (also a string), the JSON and Schema are both linted with https://github.com/cmpayments/jsonlint. This library is optimized for speed and performance.
enm/transformer-bundle
413 Downloads
This bundle can be used for transforming an array, an object or a json-string into a needed array, object or json-string and validating the values and the schema against a configuration array.
eth8505/zf-rest-queryparam-validation
2959 Downloads
query string validation for zf-rest
owowagency/laravel-profanity-validation
1979 Downloads
Filters out profanities from strings using validation.
aegisora/string-length-rule-guardian
1 Downloads
String Length Rule Guardian provides a simple shortcut for string length validation using aegisora/guardian and aegisora/string-length-rule
projct1/laravel-validation-base64
12 Downloads
Missing laravel validation rules for base64 encoded strings and files.
initphp/validation
248 Downloads
Fast, dependency-free data validation for PHP with a string rule DSL, callable rules and localized error messages.
lombokclarion/validation
1 Downloads
FormRequest validation with a typed rule vocabulary — no pipe-string DSL, explicit DTO mapping, violations rendered through i18n.
jmf/type-validation
10 Downloads
Allows to check if a variable is of the expected type, using a type specification string like the ones in PHPDoc blocks (int, \Foo\Bar[], null|string, etc).
jakeryansmith/validate-string-of-emails
838 Downloads
A Laravel validator for delimiter-separated list of emails.
ericc70/validation-utils
8 Downloads
A package that gathers various validation utilities
perf/type-validation
229 Downloads
Allows to check if a variable is of the expected type, using a type specification string like the ones in PHPDoc blocks (int, \Foo\Bar[], null|string, etc).
bishalshrestha/fynix
468 Downloads
A modern, extensible PHP library for validating primitive data types, files, nested objects, and arrays of objects with reusable and centralized validation rules.
aegisora/regex-rule
0 Downloads
Regex Rule provides a simple, rule-based regular expression validation implementation for the Aegisora ecosystem