PHPackages                             joelbb/laravel-awsses-bounce - 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. joelbb/laravel-awsses-bounce

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

joelbb/laravel-awsses-bounce
============================

Package for laravel to blacklist email bounce on AWS SES. Prevents laravel from sending email to a blacklisted email address. Minimize bounce count on AWS SES.

v1.1.0(1y ago)69.0k1[5 PRs](https://github.com/sparky-dog/laravel-awsses-bounce/pulls)MITPHPPHP ^7.4|^8.0

Since Feb 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sparky-dog/laravel-awsses-bounce)[ Packagist](https://packagist.org/packages/joelbb/laravel-awsses-bounce)[ RSS](/packages/joelbb-laravel-awsses-bounce/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (19)Used By (0)

Laravel AWS SES Bounce Handler
==============================

[](#laravel-aws-ses-bounce-handler)

Receives AWS SES Bounce Notification, saves the bounce email address and add to blacklist , prevents laravel from sending emails to a blacklisted/non-existent email address.

Routes
======

[](#routes)

```
POST awsbounce - accepts: application/json , from AWS SES Bounce Notification
POST awsbounce/send - accepts: application/json , {"email": "emailrecipient"}

```

Installation
============

[](#installation)

#### 1. Install via composer

[](#1-install-via-composer)

```
composer require joelbb/laravel-awsses-bounce

```

#### 2. Run migrate

[](#2-run-migrate)

```
php artisan migrate

```

this will create the blacklist table.

#### How to use.

[](#how-to-use)

The package has 2 routes:

- Accepts: application/json, form-data: This where aws will post the bounce notification. this will auto confirm the notification subscription in AWS SES Bounce once it's added as an endpoint.

```
POST api/awsbounce

```

- Accepts: aplication/json : This is where the user can test if an email can still be sent if it's on the blacklist. Only works if the APP\_ENV is not production.

```
POST api/awsbounce/send

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity70

Established project with proven stability

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

Total

4

Last Release

705d ago

PHP version history (3 changes)v1.0.0PHP ^7.2

v1.0.1PHP ^8.0|^7.2

v1.1.0PHP ^7.4|^8.0

### Community

Maintainers

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

---

Top Contributors

[![fligno-sparky](https://avatars.githubusercontent.com/u/30251993?v=4)](https://github.com/fligno-sparky "fligno-sparky (19 commits)")[![niloflora-dot](https://avatars.githubusercontent.com/u/228601674?v=4)](https://github.com/niloflora-dot "niloflora-dot (10 commits)")[![gvim80](https://avatars.githubusercontent.com/u/87789596?v=4)](https://github.com/gvim80 "gvim80 (6 commits)")[![skeltonmod](https://avatars.githubusercontent.com/u/25955908?v=4)](https://github.com/skeltonmod "skeltonmod (3 commits)")[![samanthasiao-ops](https://avatars.githubusercontent.com/u/234184747?v=4)](https://github.com/samanthasiao-ops "samanthasiao-ops (1 commits)")

### Embed Badge

![Health badge](/badges/joelbb-laravel-awsses-bounce/health.svg)

```
[![Health](https://phpackages.com/badges/joelbb-laravel-awsses-bounce/health.svg)](https://phpackages.com/packages/joelbb-laravel-awsses-bounce)
```

###  Alternatives

[usamamuneerchaudhary/country-city-state

Country City State Data Provider for Laravel 12+

242.6k](/packages/usamamuneerchaudhary-country-city-state)[coldtrick/user_support

Offers different community master features to support your users

142.4k](/packages/coldtrick-user-support)

PHPackages © 2026

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