PHPackages                             mailchecker-io/mailchecker-laravel-rule - 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. [API Development](/categories/api)
4. /
5. mailchecker-io/mailchecker-laravel-rule

ActiveLibrary[API Development](/categories/api)

mailchecker-io/mailchecker-laravel-rule
=======================================

An easy to use Laravel Rule that uses the MailChecker.io service

1.1.0(4y ago)094MITPHPPHP ^7.4|^8.0

Since Oct 13Pushed 4y agoCompare

[ Source](https://github.com/mailchecker-io/mailchecker-laravel-rule)[ Packagist](https://packagist.org/packages/mailchecker-io/mailchecker-laravel-rule)[ Docs](https://github.com/mailchecker-io/mailchecker-laravel-rule)[ RSS](/packages/mailchecker-io-mailchecker-laravel-rule/feed)WikiDiscussions main Synced 3w ago

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

mailchecker-laravel-rule
========================

[](#mailchecker-laravel-rule)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4040b4835e76e1d595d4de9f19c7eb5770ee2c4371c1997a5b1b0ad4ae69ead4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61696c636865636b65722d696f2f6d61696c636865636b65722d6c61726176656c2d72756c652e737667)](https://packagist.org/packages/mailchecker-io/mailchecker-laravel-rule)[![Tests](https://github.com/mailchecker-io/mailchecker-laravel-rule/actions/workflows/run-tests.yml/badge.svg)](https://github.com/mailchecker-io/mailchecker-laravel-rule/actions/workflows/run-tests.yml/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/d5b55286997cdf6aa4ea5d1f1502c80849c258f6f25fa68a738e86e88ccd3ebd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61696c636865636b65722d696f2f6d61696c636865636b65722d6c61726176656c2d72756c65)](https://packagist.org/packages/mailchecker-io/mailchecker-laravel-rule)

An easy to use Laravel Rule that uses the MailChecker.io service

---

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

[](#installation)

You can install the package via composer:

```
composer require mailchecker-io/mailchecker-laravel-rule
```

Running the validation rule
---------------------------

[](#running-the-validation-rule)

```
// in a `FormRequest`

use MailChecker\LaravelValidationRule\MailChecker;

public function rules()
{
    return [
        'email' => [new MailChecker()],
    ];
}
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Total

3

Last Release

1719d ago

PHP version history (2 changes)1.0.0PHP ^7.3|^8.0

1.0.1PHP ^7.4|^8.0

### Community

Maintainers

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

---

Top Contributors

[![DannyStreur](https://avatars.githubusercontent.com/u/6522773?v=4)](https://github.com/DannyStreur "DannyStreur (9 commits)")

---

Tags

apilaravelsdkvalidate-emailemail validationlaravel rulemailchecker

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mailchecker-io-mailchecker-laravel-rule/health.svg)

```
[![Health](https://phpackages.com/badges/mailchecker-io-mailchecker-laravel-rule/health.svg)](https://phpackages.com/packages/mailchecker-io-mailchecker-laravel-rule)
```

###  Alternatives

[resend/resend-laravel

Resend for Laravel

1222.7M9](/packages/resend-resend-laravel)

PHPackages © 2026

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