PHPackages                             emailreputationapi/reputation - 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. emailreputationapi/reputation

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

emailreputationapi/reputation
=============================

A Laravel package for the EmailReputationAPI.com service.

0.0.4(2y ago)018MITPHPPHP ^8.1

Since Aug 10Pushed 2y ago2 watchersCompare

[ Source](https://github.com/emailreputationapi/reputation)[ Packagist](https://packagist.org/packages/emailreputationapi/reputation)[ Docs](https://github.com/emailreputationapi/reputation)[ RSS](/packages/emailreputationapi-reputation/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (9)Versions (5)Used By (0)

EmailReputationAPI Laravel Package
==================================

[](#emailreputationapi-laravel-package)

[EmailReputationAPI.com](https://emailreputationapi.com) is a service that helps organizations more effectively manage leads by identifying personal and disposable email addresses and domains. You can use this Laravel package to easily plug into the EmailReputation API validation service and database.

To use this package you'll first need create an EmailReputationAPI.com account. Doing so is free, and you can validate up to 100 email addresses per month. No credit card is required to get started, and you can email the service creator Jason Gilmore () anytime with questions.

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

[](#installation)

You can install the package via Composer:

```
composer require emailreputationapi/reputation
```

Next, publish the config file:

```
$ php artisan vendor:publish --tag="reputation-config"
```

This is the contents of the published config file (`config/reputation.php`):

```
return [
    'api_key' => env('EMAIL_REPUTATION_API_SECRET'),
    'api_url' => env('EMAIL_REPUTATION_API_URL'),
];
```

Finally, open your `.env` file and add the following section:

```
# EmailReputationAPI.com
EMAIL_REPUTATION_API_SECRET='YOUR_EMAIL_REPUTATION_API_SECRET_KEY'
EMAIL_REPUTATION_API_URL='https://emailreputationapi.com/api/v1/validate'
```

Usage
-----

[](#usage)

```
$era = new EmailReputationAPI\Reputation\Email;
$valid = $era->validate('jason@hotmail.com');
= {
    +"email": "jason@hotmail.com",
    +"syntax": "valid",
    +"tld": "true",
    +"personal": "false",
    +"disposable": "false",
    +"business": "false",
    +"government": "false",
    +"unknown": "true",
  }
```

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

[](#security-vulnerabilities)

Did I do something stupid? Please email me at .

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

737d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/141887668?v=4)[EmailReputationAPI.com](/maintainers/emailreputationapi)[@emailreputationapi](https://github.com/emailreputationapi)

---

Top Contributors

[![wjgilmore](https://avatars.githubusercontent.com/u/161522?v=4)](https://github.com/wjgilmore "wjgilmore (12 commits)")

---

Tags

laravelEmailReputationAPI.comlaravel-reputation

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/emailreputationapi-reputation/health.svg)

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

###  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)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[vormkracht10/laravel-mails

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

24857.5k](/packages/vormkracht10-laravel-mails)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)

PHPackages © 2026

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