PHPackages                             sirvantos/myemailverifier - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sirvantos/myemailverifier

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sirvantos/myemailverifier
=========================

Check email against spam using MyEmailVerifier

0.1.5(4y ago)0243[3 PRs](https://github.com/sirvantos/myemailverifier/pulls)MITPHPPHP ^7.4

Since Mar 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sirvantos/myemailverifier)[ Packagist](https://packagist.org/packages/sirvantos/myemailverifier)[ Docs](https://github.com/sirvantos/myemailverifier)[ GitHub Sponsors](https://github.com/sirvantos)[ RSS](/packages/sirvantos-myemailverifier/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (17)Used By (0)

Check email against spam using MyEmailVerifier
==============================================

[](#check-email-against-spam-using-myemailverifier)

[![Latest Version on Packagist](https://camo.githubusercontent.com/974ecde26f33dc16e77390270892ab3ab6fb0e080a000c619a0f81fc4bdf7952/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73697276616e746f732f6d79656d61696c76657269666965722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sirvantos/myemailverifier)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ef87e3ce11311aceabd1822f6d611d0679423a8c70ebdf71da1673f575375555/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73697276616e746f732f6d79656d61696c76657269666965722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/sirvantos/myemailverifier/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b5848ec3d5c31f244390d442e572affbcdc461aaacd589a30270cb95b06078ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73697276616e746f732f6d79656d61696c76657269666965722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/sirvantos/myemailverifier/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/66d6635d50856149cda987f7f91dabdba7814bbe0a2acb72e79b16d51377d7ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73697276616e746f732f6d79656d61696c76657269666965722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sirvantos/myemailverifier)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/df2c5cd72314391d684c6297feeef08c10c4a8c641ba296fcec83f9bce5640e0/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6d79656d61696c76657269666965722e6a70673f743d31)](https://spatie.be/github-ad-click/myemailverifier)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require sirvantos/myemailverifier
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="myemailverifier-migrations"
php artisan migrate
```

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="myemailverifier-views"
```

Usage
-----

[](#usage)

```
$myemailverifier = new Sirvantos\Myemailverifier();
echo $myemailverifier->echoPhrase('Hello, Sirvantos!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Vladimir Altukhov](https://github.com/sirvantos)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

12

Last Release

1514d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/71d6f3b8c5bca5cd1873aa1baffe636ec8b900f571f05a45ad044315403b9d39?d=identicon)[sirvantos](/maintainers/sirvantos)

---

Top Contributors

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

---

Tags

laravelsirvantosmyemailverifier

### Embed Badge

![Health badge](/badges/sirvantos-myemailverifier/health.svg)

```
[![Health](https://phpackages.com/badges/sirvantos-myemailverifier/health.svg)](https://phpackages.com/packages/sirvantos-myemailverifier)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7825.3M18](/packages/akaunting-laravel-money)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)

PHPackages © 2026

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