Libraries tagged by emailvalidator
egulias/email-validator
613987553 Downloads
A library for validating emails against several RFCs
propaganistas/laravel-disposable-email
1934617 Downloads
Disposable email validator
stymiee/email-validator
327570 Downloads
A robust PHP 7.4+ email validation library that extends beyond basic validation with MX record checks, disposable email detection, and free email provider validation. Features include strict typing, custom validator support, internationalization (i18n), and an extensible architecture. Perfect for applications requiring thorough email verification with customizable validation rules.
erag/laravel-disposable-email
21866 Downloads
A Laravel package to detect and block disposable email addresses.
nojacko/email-validator
347179 Downloads
Small PHP library to valid email addresses using a number of methods.
lavoiesl/smtp-email-validator
49721 Downloads
PHP email validator using SMTP
eusonlito/disposable-email-validator
53797 Downloads
A PHP package to detect disposable emails based on multiple lists.
dossierdata/laravel-email-validator
8523 Downloads
A more extensive email validator rule than the default provided by Laravel.
ctf0/email-validator
2540 Downloads
validation rule to validate email for Laravel
jimmlog/yii2-disposable-email-validator
7474 Downloads
Yii2 disposable email validator
enricodias/email-validator
613 Downloads
Validate and check for disposable/temporary/throw away emails using multiple providers
silassiai/laravel-email-validation
2583 Downloads
Validate your email with this email validation package on email filter, typos. dns and spoofing.
stuyam/laravel-kickbox-validator
10013 Downloads
A kickbox email validator for form requests in laravel
skmetaly/laravel-smtp-email-verifier
11065 Downloads
Laravel SMTP Email Validator
mouf/utils.common.validators
163266 Downloads
This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...