PHPackages                             lloricode/mailspfchecker-health-check - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. lloricode/mailspfchecker-health-check

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

lloricode/mailspfchecker-health-check
=====================================

This is my package mailspfchecker-health-check

v1.0.0(3y ago)2307[1 PRs](https://github.com/lloricode/mailspfchecker-health-check/pulls)MITPHPPHP ^8.0CI passing

Since Sep 4Pushed 1w ago1 watchersCompare

[ Source](https://github.com/lloricode/mailspfchecker-health-check)[ Packagist](https://packagist.org/packages/lloricode/mailspfchecker-health-check)[ Docs](https://github.com/lloricode/mailspfchecker-health-check)[ RSS](/packages/lloricode-mailspfchecker-health-check/feed)WikiDiscussions main Synced today

READMEChangelog (8)Dependencies (15)Versions (12)Used By (0)

Mail SPF Health Checker
=======================

[](#mail-spf-health-checker)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7d4820ff4e5ff78baebfebef68ea3a288e87e94a4030cda4ce7513c487c42c40/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6c6f7269636f64652f6d61696c737066636865636b65722d6865616c74682d636865636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lloricode/mailspfchecker-health-check)[![GitHub Tests Action Status](https://camo.githubusercontent.com/67fbfc48f7c88d296dbb2b1f31454f4bc0da770276821da0a2291da458d6ca60/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c6c6f7269636f64652f6d61696c737066636865636b65722d6865616c74682d636865636b2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/lloricode/mailspfchecker-health-check/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/67e9a48c9f7de3ed15e1e50fcca4173db577600f5a8a87bf32ad18d5793f9b67/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c6c6f7269636f64652f6d61696c737066636865636b65722d6865616c74682d636865636b2f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/lloricode/mailspfchecker-health-check/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/34c8f541cb50170d0ca52bf2cdcfb1c460c0721b62b7a837e3863806bde9e7f1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6c6f7269636f64652f6d61696c737066636865636b65722d6865616c74682d636865636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lloricode/mailspfchecker-health-check)

This package contains a [Laravel Health](https://spatie.be/docs/laravel-health) check if your application can send e-mail in name of a given address. Under the hood, it uses [Mail spf checker](https://github.com/dietercoopman/mailspfchecker).

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

[](#installation)

You can install the package via composer:

```
composer require lloricode/mailspfchecker-health-check
```

Usage
-----

[](#usage)

```
// typically, in a service provider

use Spatie\Health\Facades\Health;
use Lloricode\MailspfcheckerHealthCheck\MailspfcheckerCheck;

Health::checks([
    MailspfcheckerCheck::new(),

    MailspfcheckerCheck::new()
        ->setEmailOrDomain('hello@example.com'),

    MailspfcheckerCheck::new()
        ->setEmailOrDomain('hello@example.com')
        ->setUserServer('smtp.mandrill.com'),
]);
```

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)

- [Lloric Mayuga Garcia](https://github.com/lloricode)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance64

Regular maintenance activity

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.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

Every ~0 days

Total

8

Last Release

1397d ago

Major Versions

v0.0.7 → v1.0.02022-09-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cdb70b3c1af4426f87d055490f2337dae57cb3bd884b013c5c068f8ee24fab1?d=identicon)[lloricode](/maintainers/lloricode)

---

Top Contributors

[![lloricode](https://avatars.githubusercontent.com/u/8251344?v=4)](https://github.com/lloricode "lloricode (32 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (19 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")

---

Tags

healthlaravelmonitoringlaravellloricodemailspfchecker-health-check

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/lloricode-mailspfchecker-health-check/health.svg)

```
[![Health](https://phpackages.com/badges/lloricode-mailspfchecker-health-check/health.svg)](https://phpackages.com/packages/lloricode-mailspfchecker-health-check)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

167558.4k1](/packages/keepsuit-laravel-opentelemetry)

PHPackages © 2026

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