Libraries tagged by validaion
stymiee/email-validator
214131 Downloads
The Email Validator library builds upon PHP's built in filter_var($emailAddress, FILTER_VALIDATE_EMAIL); by adding a default MX record check. It also offers additional validation against disposable email addresses, free email address providers, and a custom banned domain list.
stefk/jval
218837 Downloads
JSON Schema validator
romaricdrigon/metayaml
280977 Downloads
Using [Yaml|Xml|json] schemas files to validate [Yaml|Xml|json]
readdle/app-store-receipt-verification
85988 Downloads
Pure PHP App Store receipt parsing/validation/verification without API calls to App Store API.
pearl/lumen-request-validate
334320 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
pear/html_quickform2
384122 Downloads
Provides methods to create, validate and render HTML forms in PHP.
pburggraf/crc
120175 Downloads
Cyclic redundancy checker (crc) class to calculate crc8, crc16, crc24 and crc32 checksum values
orkhanahmadov/laravel-zip-validator
22280 Downloads
Laravel ZIP file content validator
olssonm/l5-zxcvbn
215879 Downloads
Implementation of the zxcvbn project by @dropbox for Laravel. Uses zxcvbn-php by @bjeavons.
nekman/luhn-algorithm
595021 Downloads
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
mvanduijker/laravel-model-exists-rule
76227 Downloads
Validation rule to check if a model exists
laravel-validation-rules/country-codes
357039 Downloads
Validate country codes.
laravel-validation-rules/colour
239822 Downloads
Validate colours
kielabokkie/bitcoin-address-validator
154486 Downloads
Validate legacy, segwit, native segwit (bech32) and taproot Bitcoin addresses
kartik-v/yii2-validators
85042 Downloads
Enhanced Yii2 model validator components / utilities for Yii2 Framework