PHPackages                             cleaniquecoders/laravel-blacklist - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. cleaniquecoders/laravel-blacklist

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

cleaniquecoders/laravel-blacklist
=================================

Validation disposable email domain

1.5.0(1mo ago)22.0kMITPHPPHP ^8.1 | ^8.2 | ^8.3 | ^8.4CI passing

Since Oct 31Pushed 1mo agoCompare

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

READMEChangelog (7)Dependencies (24)Versions (9)Used By (0)

Validate Disposable Email Domain
================================

[](#validate-disposable-email-domain)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7faadb63b76e58f0c9b94e27813b11dedd6a6144dfc9085c7d0089c987c51545/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c65616e69717565636f646572732f6c61726176656c2d626c61636b6c6973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cleaniquecoders/laravel-blacklist)[![GitHub Tests Action Status](https://camo.githubusercontent.com/00477156dda7eaf75779d98de533d0e411b8f3d6c0ecff95470db5e515def34e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636c65616e69717565636f646572732f6c61726176656c2d626c61636b6c6973742f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/cleaniquecoders/laravel-blacklist/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f0bca039512b6c4ede7386a8109e461f6336f6b46e2cddc5bfe2637122661571/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636c65616e69717565636f646572732f6c61726176656c2d626c61636b6c6973742f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/cleaniquecoders/laravel-blacklist/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8506922a8b4fe39e3601ffa33b2c26b37ffd5018a789cfb9d2f32c7ffe9d922e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c65616e69717565636f646572732f6c61726176656c2d626c61636b6c6973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cleaniquecoders/laravel-blacklist)

Validate the email provided either in the list of blacklisted domain.

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

[](#installation)

You can install the package via composer:

```
composer require cleaniquecoders/laravel-blacklist
```

You can publish the config file with:

```
php artisan vendor:publish --tag="blacklist-config"
```

Then install list of disposable email list:

```
php artisan blacklist:install
```

Usage
-----

[](#usage)

```
use CleaniqueCoders\LaravelBlacklist\Rules\Blacklist;

$request->validate([
    'email' => [new Blacklist]
]);

// OR

Validator::validate([
    'email' => 'malinator.com',
], [
    'email' => [new Blacklist],
]);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Nasrul Hazim Bin Mohamad](https://github.com/nasrulhazim)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance91

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity69

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

Total

7

Last Release

43d ago

PHP version history (3 changes)1.0.0PHP ^8.1

1.3.0PHP ^8.1 | ^8.2 | ^8.3

1.4.0PHP ^8.1 | ^8.2 | ^8.3 | ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/b57069d0f4b634f65eccc6e5d5848990e25968d45ec2cf46d626c6a4658f944b?d=identicon)[nasrulhazim.m](/maintainers/nasrulhazim.m)

---

Top Contributors

[![nasrulhazim](https://avatars.githubusercontent.com/u/10341422?v=4)](https://github.com/nasrulhazim "nasrulhazim (36 commits)")

---

Tags

blacklistemaillaravelrulevalidationlaravelcleaniquecoderslaravel-blacklist

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/cleaniquecoders-laravel-blacklist/health.svg)

```
[![Health](https://phpackages.com/badges/cleaniquecoders-laravel-blacklist/health.svg)](https://phpackages.com/packages/cleaniquecoders-laravel-blacklist)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[xammie/mailbook

Laravel Mail Explorer

482458.3k1](/packages/xammie-mailbook)[spatie/laravel-notification-log

Log notifications sent by your Laravel app

207902.8k](/packages/spatie-laravel-notification-log)[wnx/laravel-sends

Keep track of outgoing emails in your Laravel application.

200427.3k](/packages/wnx-laravel-sends)[spatie/laravel-discord-alerts

Send a message to Discord

151408.0k](/packages/spatie-laravel-discord-alerts)[backstage/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24157.5k5](/packages/backstage-laravel-mails)

PHPackages © 2026

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