PHPackages                             moonbaselabs/laravel-neverbounce - 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. moonbaselabs/laravel-neverbounce

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

moonbaselabs/laravel-neverbounce
================================

A laravel wrapper for the NeverBounceAPI-PHP.

v0.0.2(7y ago)294MITPHP

Since May 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/moonbaselabs/laravel-neverbounce)[ Packagist](https://packagist.org/packages/moonbaselabs/laravel-neverbounce)[ RSS](/packages/moonbaselabs-laravel-neverbounce/feed)WikiDiscussions master Synced yesterday

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

laravel-neverbounce
===================

[](#laravel-neverbounce)

Validate an email address against the [NeverBounce API](https://neverbounce.com).

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

[](#installation)

```
composer require moonbaselabs/laravel-neverbounce
```

Add API key to `configs/services.php` (See [Obtaining an API Key](#obtaining-an-api-key) below):

```
'neverbounce' => [
    'api_key' => env('NEVERBOUNCE_API_KEY'),
],
```

Add translation to `resources/lang/en/validation.php`

```
'neverbounce' => 'The :attribute is not valid. :suggestion :error',
```

### Obtaining an API key

[](#obtaining-an-api-key)

1. Register for a Neverbounce Account.
2. Create a new App.
3. Copy secret API Key. (Note: Make sure it is a v4 api key. It will start with `private_***`).

Usage
-----

[](#usage)

```
$emailInput = $request->validate([
    'email' => 'required|email|neverbounce',
]);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.4% 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

Unknown

Total

1

Last Release

2556d ago

### Community

Maintainers

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

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

---

Top Contributors

[![nwentling5](https://avatars.githubusercontent.com/u/11902610?v=4)](https://github.com/nwentling5 "nwentling5 (14 commits)")[![imacrayon](https://avatars.githubusercontent.com/u/3410149?v=4)](https://github.com/imacrayon "imacrayon (3 commits)")

---

Tags

laravelemailverificationneverbounce

### Embed Badge

![Health badge](/badges/moonbaselabs-laravel-neverbounce/health.svg)

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[meness/verifi

A Laravel package to handle email verification.

5516.9k](/packages/meness-verifi)[osiemsiedem/laravel-autolink

A Laravel package for converting URLs in a given string of text into clickable links.

13126.3k](/packages/osiemsiedem-laravel-autolink)

PHPackages © 2026

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