PHPackages                             descom/aws-sns-notification - 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. descom/aws-sns-notification

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

descom/aws-sns-notification
===========================

Package to Laravel to received notification from AWS SNS

1.2.0(1y ago)02.2k↓33.3%1MITPHPPHP ^8.3CI passing

Since Oct 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/descom-es/aws-sns-notifications)[ Packagist](https://packagist.org/packages/descom/aws-sns-notification)[ RSS](/packages/descom-aws-sns-notification/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (10)Versions (5)Used By (0)

AWS SNS Notifications for Laravel Apps
======================================

[](#aws-sns-notifications-for-laravel-apps)

[![tests](https://github.com/descom-es/aws-sns-notifications/actions/workflows/tests.yml/badge.svg)](https://github.com/descom-es/aws-sns-notifications/actions/workflows/tests.yml)[![analyze](https://github.com/descom-es/aws-sns-notifications/actions/workflows/analyze.yml/badge.svg)](https://github.com/descom-es/aws-sns-notifications/actions/workflows/analyze.yml)[![style](https://github.com/descom-es/aws-sns-notifications/actions/workflows/style_fix.yml/badge.svg)](https://github.com/descom-es/aws-sns-notifications/actions/workflows/style_fix.yml)

Install
-------

[](#install)

```
composer require descom/aws-sns-notification
```

Usage
-----

[](#usage)

### Create en SNS a subscription HTTPS to a topic

[](#create-en-sns-a-subscription-https-to-a-topic)

`https://localhost:8000/aws/sns/webhook`

### Capture Events

[](#capture-events)

#### TopicSubscriptionRequest

[](#topicsubscriptionrequest)

```
use Descom\AwsSnsNotification\Events\TopicSubscriptionRequest;
use Illuminate\Support\Facades\Http;

class SnsSubscriptionConfirmation
{
    public function handle(TopicSubscriptionRequest $event): void
    {
        logger()->info('SNS subscription request', [
            'topic' => $event->topicArn(),
        ]);

        // Confirm the subscription by sending a GET request to the SubscribeURL

        Http::get($event->subscribeUrl());
    }
}
```

#### TopicNotification

[](#topicnotification)

```
use Descom\AwsSnsNotification\Events\TopicNotification;
use Illuminate\Support\Facades\Http;

class SnsNotificationLogger
{
    public function handle(TopicNotification $event): void
    {
        logger()->info('SNS Notification received', [
            'topic' => $event->topicArn(),
            'subject' => $event->subject(),
            'message' => $event->toJson(),
        ]);
    }
}
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance46

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 78.8% 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 ~177 days

Total

4

Last Release

403d ago

PHP version history (2 changes)1.0.0PHP ^8.1

1.2.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25681494?v=4)[Cesar Garcia](/maintainers/cesargb)[@cesargb](https://github.com/cesargb)

---

Top Contributors

[![cesargb](https://avatars.githubusercontent.com/u/25681494?v=4)](https://github.com/cesargb "cesargb (26 commits)")[![llorensjj](https://avatars.githubusercontent.com/u/7073372?v=4)](https://github.com/llorensjj "llorensjj (5 commits)")[![IsmaelR04](https://avatars.githubusercontent.com/u/164865561?v=4)](https://github.com/IsmaelR04 "IsmaelR04 (2 commits)")

---

Tags

aws-snslaravel

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/descom-aws-sns-notification/health.svg)

```
[![Health](https://phpackages.com/badges/descom-aws-sns-notification/health.svg)](https://phpackages.com/packages/descom-aws-sns-notification)
```

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)

PHPackages © 2026

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