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

ActiveLibrary

onurakman/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.0.2(1y ago)024MITPHP

Since Jun 14Pushed 1y agoCompare

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

READMEChangelogDependencies (3)Versions (2)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

23

—

LowBetter than 27% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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

Unknown

Total

1

Last Release

697d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[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)
