PHPackages                             lukaswhite/laravel-email-checker - 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. lukaswhite/laravel-email-checker

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

lukaswhite/laravel-email-checker
================================

A Laravel package that checks e-mail addresses to see if they're disposable, are on a domain that's been blacklisted or from a provider of free addresses

1.1.0(2y ago)1572[1 issues](https://github.com/lukaswhite/laravel-email-checker/issues)MITPHP

Since Aug 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/lukaswhite/laravel-email-checker)[ Packagist](https://packagist.org/packages/lukaswhite/laravel-email-checker)[ RSS](/packages/lukaswhite-laravel-email-checker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Laravel E-mail Checker
======================

[](#laravel-e-mail-checker)

A Laravel package for checking e-mail addresses; to see if they've been issued by a provider of free/throwaway/disposable addresses, or are on a domain that's been blacklisted.

You may find it useful to try to combat spam and fake accounts; it ought to be straightforward to integrate it into the registration process.

Usage
-----

[](#usage)

The package needs to download the data provided by the [freemail](https://github.com/willwhite/freemail) project. It's a very quick process; it just needs to know where to put the files.

By default, it'll put them in a directory named `email-checker` on your local disk, but feel free to tweak that. Just publish the config file:

```
php artisan vendor:publish --provider="Lukaswhite\LaravelEmailChecker\LaravelEmailCheckerServiceProvider"
```

Alternatively, simply add an entry to your `.env` file named `EMAIL_CHECKER_DIRECTORY`.

Then simply run the following command:

```
php artisan email-checker:install
```

Now you can check an e-mail address using the façade:

```
use Lukaswhite\LaravelEmailChecker\LaravelEmailChecker;

$result = LaravelEmailChecker::check('spammer@spammy.spam');
```

This returns an object with the following methods:

```
$result->isDisposable(); // true|false
$result->isFree(); // true|false
$result->isBlacklisted(); // true|false
```

Updating the Data
-----------------

[](#updating-the-data)

To ensure the data's up-to-date, simply run the following command. It should only take a few seconds, network speed permitting:

```
php artisan email-checker:update
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Total

2

Last Release

1068d ago

### Community

Maintainers

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

---

Top Contributors

[![lukaswhite](https://avatars.githubusercontent.com/u/999014?v=4)](https://github.com/lukaswhite "lukaswhite (5 commits)")

### Embed Badge

![Health badge](/badges/lukaswhite-laravel-email-checker/health.svg)

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

###  Alternatives

[wendelladriel/laravel-validated-dto

Data Transfer Objects with validation for Laravel applications

759569.4k13](/packages/wendelladriel-laravel-validated-dto)[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[illuminatech/validation-composite

Allows uniting several validation rules into a single one for easy re-usage

184485.5k](/packages/illuminatech-validation-composite)[laravel-validation-rules/phone

Validate that a phone number is in the correct format

69355.5k](/packages/laravel-validation-rules-phone)

PHPackages © 2026

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