zero-to-prod/validate-email

Validates an email

Fund package maintenance!
zero-to-prod

Installs: 505

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Dockerfile

v71.0.0 2024-11-12 18:07 UTC

This package is auto-updated.

Last update: 2024-11-12 19:29:12 UTC


README

Repo GitHub Actions Workflow Status Packagist Downloads php Packagist Version License

Validates an email.

Installation

Install the package via Composer:

composer require zero-to-prod/validate-email

Usage

Returns true if the value is a valid email.

Zerotoprod\ValidateEmail\ValidateEmail::isEmail('john@example.com')