Libraries tagged by validate form
moment/moment
1981989 Downloads
Parse, validate, manipulate, and display dates in JavaScript.
fightbulc/moment
2674451 Downloads
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
laminas/laminas-form
10396142 Downloads
Validate and display simple and complex forms, casting forms to business objects and vice versa
proengsoft/laravel-jsvalidation
2030908 Downloads
Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest
timrwood/moment
11029 Downloads
Parse, validate, manipulate, and display dates in JavaScript.
brick/postcode
1215286 Downloads
A library to format and validate postcodes
anik/form-request
315975 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.
inhere/php-validate
78029 Downloads
generic data validate, filter library of the php
zendframework/zend-form
14004971 Downloads
Validate and display simple and complex forms, casting forms to business objects and vice versa
jlorente/php-credit-cards
291774 Downloads
A PHP package to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm. It validates popular brands like Visa, Mastercard, American Express, etc.
siriusphp/validation
683832 Downloads
Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules
sirprize/postal-code-validator
1613416 Downloads
Validate Formatting Of World-Wide Postal Codes
laravel-validation-rules/phone
317701 Downloads
Validate that a phone number is in the correct format
formr/formr
19959 Downloads
Formr is a PHP library which helps you build and validate forms quickly, painlessly, and without all the messy overhead.
pearl/lumen-request-validate
358205 Downloads
Lumen doesn't have form request validator seperatly. This package helps developers to segregate the validation layer from the controller to a separate dedicated class