spakv/email-validator

There is no license information available for the latest version (dev-master) of this package.

Email validator

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/spakv/email-validator

dev-master 2019-07-05 21:16 UTC

This package is auto-updated.

Last update: 2025-12-06 11:56:58 UTC


README

PHP library to valid email

Install (using Composer)

composer require spakv/email-validator

Examples

\SPakV\EmailValidator::validate('example@google.com'); // full validation
\SPakV\EmailValidator::validateFormat('example@google.com'); // validate email format
\SPakV\EmailValidator::validateMx('example@google.com'); // validate mx record exisiting