# egulias/EmailValidator

PHP Email address validator

Repository: https://github.com/egulias/EmailValidator
Canonical: https://ross.abutalabs.com/products/emailvalidator
Language: PHP
License: MIT
License Family: permissive
Topics: emailvalidator, email, validator, php
Last push: 2025-03-20T21:39:01+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 12, release rhythm 28, longevity 100
- inputs: {"age_days": 4854, "days_push": 531, "days_rel": 531, "gap_med": 83, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 11641, forks 228 (observed 2026-08-28T04:10:49.294476+00:00)

## What it is
A PHP library for validating email addresses against multiple RFC standards (5321, 5322, 6530-6532, 1035). It offers pluggable validation strategies including RFC syntax checks, DNS checks, and spoofing detection.

## Use cases
- validate email addresses in a PHP form
- check if an email is RFC 5322 compliant
- verify email domain has valid DNS records
- reject email addresses with RFC warnings
- validate internationalized email addresses
- detect spoofed or homoglyph email addresses

## When to choose
- you need standards-compliant email validation in PHP
- you want configurable validation strategies (RFC, DNS, warnings)
- you need internationalized email address support

## When to avoid
- you only need a simple regex check
- you need to verify an email actually exists by sending mail
- you are not working in PHP

## Facets
- artifact type: library
- maturity: stable
- function: security, form-handling
- domain: web-development, email, developer-tools
- platform: php
- tags: email-validation, rfc-compliance, composer, syntax-validation, dns-check

## Member repositories
- egulias/EmailValidator (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:49.294476+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:15:26.190653+00:00, confidence not recorded.
  - readme: https://github.com/egulias/EmailValidator (fetched 2026-08-28T04:10:49.294476+00:00, sha f7ca2fbbb711)
- Data as of 2026-08-30T08:39:29.467469+00:00.
