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)0442↓100%MITPHPPHP ^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 2mo ago

READMEChangelogDependenciesVersions (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

Community5

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

227d 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

---

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

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k15.9M104](/packages/bensampo-laravel-enum)[swaggest/json-schema

High definition PHP structures with JSON-schema based validation

48612.5M73](/packages/swaggest-json-schema)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)[crazybooot/base64-validation

Laravel validators for base64 encoded files

1341.9M8](/packages/crazybooot-base64-validation)

PHPackages © 2026

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