Libraries tagged by code validator
countriesdb/validator
4 Downloads
PHP validation client for CountriesDB with Laravel validation rules and a standalone Http-based validator for country and subdivision code checks against the CountriesDB backend API.
trishanapp/lk-business-validator
0 Downloads
Validate Sri Lanka business data: NIC, BR numbers, phone numbers, postal codes, VAT/TIN, and more.
shankar/country-phone-validator
21 Downloads
Laravel package to validate phone numbers using country name or dial code
schema31/php-it-tax-code-sdk
14 Downloads
An italian tax code calculator and checker
saldanhakun/brazilian-validators
33 Downloads
Implementation of Constraints and Validators for Brazilian common entities like CPF, CNPJ, phones and more.
phpdot/validator
5 Downloads
Strict, type-safe validation with structured error codes for the PHPdot ecosystem.
mvccore/ext-form-validator-special
273 Downloads
MvcCore - Extension - Form - Validator - Special - form special text and numeric validators - company ID (EU), company VAT ID (EU), credit card, hexadecimal number, IBAN bank account number, IP address and ZIP code.
kineticamobile/laravel-spanish-validator
91 Downloads
Laravel validator for spanish stuff: NIF, NIE, CIF, NSS, IBAN, Postal Code, Phone numbers
joepc74/laravel-spanish-validator
223 Downloads
Laravel validator for spanish stuff: NIF, NIE, CIF, NSS, IBAN, Postal Code, Phone numbers
jey/ir-validator
2 Downloads
A laravel package for validate some Iranian values. cloned from https://github.com/majidalavizadeh
imsha/document-validator
124 Downloads
Laravel validation for documents codes
imagemagician/php-phone-validator
23 Downloads
US phone number validation: checks against valid area codes and invalid exchanges
fadoe/postalcode-validator
727 Downloads
Validates postal code
designbycode/credit-card-validator
11 Downloads
The Credit Card Validator package provides a set of classes to validate credit card numbers, expiry dates, and CVV codes. This package is designed to help you ensure that the credit card information provided by users is valid and accurate.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.