PHPackages                             equipc/laravel-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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. equipc/laravel-email-validator

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

equipc/laravel-email-validator
==============================

Validation rule to validate email for Laravel

5.6.0(7mo ago)0445MITPHPPHP ^8.0

Since Jan 10Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/EquiPC/laravel-email-validator)[ Packagist](https://packagist.org/packages/equipc/laravel-email-validator)[ Docs](https://github.com/EquiPC/laravel-email-validator)[ RSS](/packages/equipc-laravel-email-validator/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (18)Used By (0)

Laravel Email Validator
=======================

[](#laravel-email-validator)

Validate email addresses in Laravel 7.x

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

[](#installation)

- The package could be installed via Composer

```
composer require equipc/laravel-email-validator
```

- Publish the configuration file using the command below

```
php artisan vendor:publish --provider="EquiPC\EmailValidator\EmailValidatorServiceProvider" --tag="config"
```

- Configure your Quick Email Verification key in your `.env` file. You can retrieve this API key from the Quick Email Verification control panel.

```
QUICKEMAILVERIFICATION_KEY=your-api-key

```

Usage
-----

[](#usage)

- add the `isValidEmail` rule to the validator

```
'email' => 'required|email|isValidEmail'
```

Customizing the error message
-----------------------------

[](#customizing-the-error-message)

If you want to modify the error message, you can publish the lang files with this command:

```
php artisan vendor:publish --provider="EquiPC\EmailValidator\EmailValidatorServiceProvider" --tag="lang"
```

This will publish this file to `resources/lang/vendor/emailValidator/en/validation.php`.

```
return [
	"is_invalid_email" => "This email is invalid.",
 ];
```

If you want to translate the values to, for example, French, just copy that file over to `resources/lang/vendor/emailValidator/fr/validation.php` and fill in the French translations.

Sandbox mode
------------

[](#sandbox-mode)

You can enable sandbox mode in your `.env` file

```
QUICKEMAILVERIFICATION_SANDBOX=true

```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance63

Regular maintenance activity

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity77

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 ~187 days

Recently: every ~412 days

Total

16

Last Release

228d ago

Major Versions

1.1.0 → 2.0.02019-04-10

2.0.0 → 3.0.02019-10-17

3.0.0 → 4.0.02020-05-12

4.0.0 → 5.0.02020-10-06

PHP version history (5 changes)1.0.0PHP ~7.0

3.0.0PHP ~7.2

5.0.0PHP ^7.3

5.2.0PHP ^7.3|^8.0

5.5.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc8d455f72e71466307c06602f6eaf515b55303643135070466fb41f60a26386?d=identicon)[equipc](/maintainers/equipc)

---

Top Contributors

[![michellaurent](https://avatars.githubusercontent.com/u/1630290?v=4)](https://github.com/michellaurent "michellaurent (20 commits)")

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[galahad/laravel-addressing

Laravel package providing addressing functionality

70316.6k](/packages/galahad-laravel-addressing)[danielebarbaro/laravel-vat-eu-validator

A simple package that validates EU VAT numbers against the central ec.europa.eu database

37369.4k](/packages/danielebarbaro-laravel-vat-eu-validator)[robertogallea/laravel-codicefiscale

Codice fiscale validation for php/laravel

58151.6k1](/packages/robertogallea-laravel-codicefiscale)[bayareawebpro/laravel-multistep-forms

Responsable MultiStep Form Builder for Laravel.

967.9k](/packages/bayareawebpro-laravel-multistep-forms)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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