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(9mo ago)0445MITPHPPHP ^8.0

Since Jan 10Pushed 9mo 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 2w ago

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

42

—

FairBetter than 89% of packages

Maintenance58

Moderate activity, may be stable

Popularity12

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

278d 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://avatars.githubusercontent.com/u/1630301?v=4)[equipc](/maintainers/equipc)[@EquiPC](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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