PHPackages                             babatundeodaniel/laravel-fake-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. babatundeodaniel/laravel-fake-email-validator

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

babatundeodaniel/laravel-fake-email-validator
=============================================

This package helps you avoid fake emails in your registration process

v1.2(3y ago)27461MITPHPPHP &gt;=7.1

Since Sep 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/babatundeodaniel/laravel-fake-email-validator)[ Packagist](https://packagist.org/packages/babatundeodaniel/laravel-fake-email-validator)[ Docs](https://github.com/babatundeodaniel/laravel-fake-email-validator)[ RSS](/packages/babatundeodaniel-laravel-fake-email-validator/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

A useful validation rule to check fake emails and dump emails
=============================================================

[](#a-useful-validation-rule-to-check-fake-emails-and-dump-emails)

[![Latest Version on Packagist](https://camo.githubusercontent.com/da72798399ef728b18135de9e4ab4ba114182124a30c35e30404d7216b17bb6d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6261626174756e64656f64616e69656c2f6c61726176656c2d66616b652d656d61696c2d76616c696461746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/babatundeodaniel/laravel-fake-email-validator)[![Build Status](https://camo.githubusercontent.com/9df24be5934b06fc87a39bed71bbbcf49d14afb3e3cb1a97712e910bc212c865/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6261626174756e64656f64616e69656c2f6c61726176656c2d66616b652d656d61696c2d76616c696461746f722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/babatundeodaniel/laravel-fake-email-validator)[![Quality Score](https://camo.githubusercontent.com/19c16bf293b7bb1b1ff3cceb0bcdc0df4391362604705386c1703733170eedf1/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6261626174756e64656f64616e69656c2f6c61726176656c2d66616b652d656d61696c2d76616c696461746f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/babatundeodaniel/laravel-fake-email-validator)[![Total Downloads](https://camo.githubusercontent.com/47cd3aab4df2b2957aa91b548d3c17ae0d2c47d0eb946c9444179bc6920e6516/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6261626174756e64656f64616e69656c2f6c61726176656c2d66616b652d656d61696c2d76616c696461746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/babatundeodaniel/laravel-fake-email-validator)

The package checks the input email against an updated list of known temporary email host.

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

[](#installation)

You can install the package via composer:

```
composer require babatundeodaniel/laravel-fake-email-validator
```

To customize the configuration file, publish the package configuration using Artisan.

```
php artisan vendor:publish --provider="Getripay\GetripayVerifyFakeEmails\GetripayVerifyFakeEmailsServiceProvider"
```

You can then edit the generated config at app/config/config/getripay\_verify\_fake\_emails.php.

Usage
-----

[](#usage)

```
// Add rule to your laravel validation like this.
public function rules()
{
    return [
        'emails' => ['not_fake_email'],
    ];
}
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Daniel Babatunde](https://github.com/getripay)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

1384d ago

Major Versions

0.1 → v1.02020-09-20

PHP version history (2 changes)0.1PHP ^7.1

v1.2PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5265643?v=4)[Babatunde Daniel](/maintainers/babatundeodaniel)[@babatundeodaniel](https://github.com/babatundeodaniel)

---

Top Contributors

[![danielbabatunde](https://avatars.githubusercontent.com/u/107504990?v=4)](https://github.com/danielbabatunde "danielbabatunde (1 commits)")

---

Tags

email-validationlaravelgetripaygetripay-verify-fake-emails

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[sunspikes/clamav-validator

Custom Laravel 5 anti-virus validator for file uploads.

3651.8M3](/packages/sunspikes-clamav-validator)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2412.2M5](/packages/laravel-validation-rules-credit-card)

PHPackages © 2026

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