Libraries tagged by php validate
fightbulc/moment
2389110 Downloads
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
wixel/gump
1086923 Downloads
A fast, extensible & stand-alone PHP input validation class that allows you to validate any data.
jlorente/php-credit-cards
214544 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.
azimolabs/apple-sign-in-php-sdk
319441 Downloads
Library to verify and validate Apple IdentityToken and authenticate a user with Apple ID.
inacho/php-credit-card-validator
1300636 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
ph-7/eu-vat-validator
340056 Downloads
A simple and clean PHP class that validates EU VAT numbers against the central ec.europa.eu database (using the official europa API).
novutec/domainparser
4523803 Downloads
A domain name parser to parse and to validate a domain name.
daveearley/daves-email-validation-tool
245469 Downloads
An easy to use, accurate-ish & extensible email validation library for PHP 7+
abcaeffchen/sepa-utilities
1110580 Downloads
SepaUtilities provides useful methods for validating and sanitizing inputs used in SEPA files supporting PHP >= 7.2.
armin/editorconfig-cli
529541 Downloads
EditorConfigCLI is a free CLI tool (written in PHP) to validate and auto-fix text files based on given .editorconfig declarations.
biblys/isbn
235136 Downloads
A PHP library to convert and validate ISBNs
inhere/php-validate
70755 Downloads
generic data validate, filter library of the php
facile-it/php-jose-verifier
361206 Downloads
JWT Token Verifier. A JWT verifier for access tokens, id tokens and others
freelancehunt/php-credit-card-validator
383253 Downloads
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
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.