PHPackages                             ctf0/email-validator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. ctf0/email-validator

AbandonedArchivedLibrary[Mail &amp; Notifications](/categories/mail)

ctf0/email-validator
====================

validation rule to validate email for Laravel

v1.0.7(5y ago)162.6k1MITPHP

Since Jun 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ctf0/EmailValidator)[ Packagist](https://packagist.org/packages/ctf0/email-validator)[ Docs](https://github.com/ctf0/EmailValidator)[ RSS](/packages/ctf0-email-validator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (9)Used By (0)

 EmailValidator
 [![Latest Stable Version](https://camo.githubusercontent.com/09d6da478b2a898558d08db37d4b68425e0235d35164a6827c731020f8de04fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f637466302f656d61696c2d76616c696461746f722e737667)](https://packagist.org/packages/ctf0/email-validator) [![Total Downloads](https://camo.githubusercontent.com/9db049e84e8b84f802353143a147da56b8c26afc4b2f55694b7492b72609f944/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f637466302f656d61696c2d76616c696461746f722e737667)](https://packagist.org/packages/ctf0/email-validator)
=====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#----emailvalidator---------)

- MailGunValidatorServiceProvider [Mailgun Api](http://documentation.mailgun.com/api-email-validation). "[No Longer Free](http://blog.mailgun.com/mailgun-rolls-out-changes-to-email-validation-api-including-new-pricing-model-and-features/)"
- EguliasValidatorServiceProvider [Egulias EmailValidator](https://github.com/egulias/EmailValidator).
- ValidatorPizzaServiceProvider [Validator.pizza](https://www.validator.pizza)

> also check  &amp; for vue

Installation
------------

[](#installation)

- `composer require ctf0/email-validator`
- add the service provider to `config/app.php`

    ```
    'providers' => [
        ctf0\EmailValidator\MailGunValidatorServiceProvider::class,
        // ctf0\EmailValidator\EguliasValidatorServiceProvider::class,
        // ctf0\EmailValidator\ValidatorPizzaServiceProvider::class,
    ]
    ```

Usage
-----

[](#usage)

- add the rule to the validator

    ```
    'email' => 'required|email|isValid'
    ```
- add the translation keys

    ```
    'custom' => [
        // ...
        'email' => [
            'isValid' => 'This :attribute is invalid',
        ],
    ],
    ```

### Security

[](#security)

If you discover any security-related issues, please email .

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~180 days

Recently: every ~111 days

Total

8

Last Release

1994d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.6.4

v1.0.2PHP ~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/51dbfff65441e32301575f8ac241895817975e754d15574b86f543b33f1961f6?d=identicon)[ctf0](/maintainers/ctf0)

---

Top Contributors

[![ctf0](https://avatars.githubusercontent.com/u/7388088?v=4)](https://github.com/ctf0 "ctf0 (21 commits)")

---

Tags

emaillaravelvalidationlaravelemailvalidatorctf0

### Embed Badge

![Health badge](/badges/ctf0-email-validator/health.svg)

```
[![Health](https://phpackages.com/badges/ctf0-email-validator/health.svg)](https://phpackages.com/packages/ctf0-email-validator)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10138.4k](/packages/gr8shivam-laravel-sms-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
