Libraries tagged by PHP form validation
lastzero/php-input-validation
5215 Downloads
Easy & Secure Whitelist Validation for PHP
cmanley/php-validate
112 Downloads
PHP validation library. You can use it to validate almost anything, e.g. form posts, function parameters, etc.
rcn/formslib
1811 Downloads
PHP form generation and validation library
corollarium/formularium
963 Downloads
Form validation and generation for PHP with custom frontend generators
unicframework/validator
244 Downloads
Validator is a server side data validation library for PHP. We can validate html form-data, objects, arrays and json etc.
tamedevelopers/validator
77 Downloads
PHP Form Validator is a small no-depencies library for PHP codes.
lxberlin/netefx-validator
8672 Downloads
NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no javascript validation at all. So you can disable js-validation in your _config.php
depage/htmlform
310 Downloads
depage-forms is PHP library for HTML form generation with focus on usability. By abstracting HTML, browser flaws (duplicate form submissions) and form validation, it provides a comfortable way to obtain reliable and validated data from users.
antaresproject/core
534 Downloads
Antares Core
zeuxisoo/core-validator
331 Downloads
PHP validator for form data
freelancehunt/html_quickform2
2201 Downloads
Provides methods to create, validate and render HTML forms in PHP.
kris-kuiper/validator
151 Downloads
Modern PHP validator on steroids for validating forms and/or array's.
laranail/prompter
20 Downloads
A Laravel package by `simtabi` that extends and adds new functionality to `laravel/prompts`, providing a fluent API for crafting CLI forms and additional validators.
boomerang/validatr
29 Downloads
Simple, multilingual, standalone PHP Validator class - Validatr.
stahiralijan/request-caster
63 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.