PHPackages                             powerkernel/yii-aws-sns - 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. powerkernel/yii-aws-sns

ActiveYii-extension[Mail &amp; Notifications](/categories/mail)

powerkernel/yii-aws-sns
=======================

Amazon Simple Notification Service for Yii

1.0.0(7y ago)12.1k↓50%[1 PRs](https://github.com/powerkernel/yii-aws-sns/pulls)BSD-3-ClausePHP

Since May 31Pushed 6y ago1 watchersCompare

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

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

yii-aws-sns
===========

[](#yii-aws-sns)

Amazon Simple Notification Service for Yii 3.0

[![Latest Stable Version](https://camo.githubusercontent.com/11d0530c6d9c48bd9941460454c5948b261dbefa522b5968ee9f2a974d15fa12/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f706f7765726b65726e656c2f7969692d6177732d736e732e737667)](https://github.com/powerkernel/yii-aws-sns/releases)[![Total Downloads](https://camo.githubusercontent.com/404cd00b05decbf849ba66286abd53df585713fec70a6d655abc03e0655c956d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706f7765726b65726e656c2f7969692d6177732d736e732e737667)](https://packagist.org/packages/powerkernel/yii-aws-sns)[![GitHub license](https://camo.githubusercontent.com/90197da68795b7e6b28f86a08331dd1daa8a3669958c28dc0d9cb3ab4d207656/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f706f7765726b65726e656c2f7969692d6177732d736e732e737667)](https://github.com/powerkernel/yii-aws-sns/blob/master/LICENSE)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require powerkernel/yii-aws-sns "*"

```

or add

```
"powerkernel/yii-aws-sns": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

To use this extension, simply add the following code in your application configuration:

```
'components' => [
// ...
'sns' => [
            '__class' => powerkernel\sns\AwsSns::class,
            'key' => 'your aws sns key',
            'secret' => 'your aws sns secret',
        ],
// ...
],

```

You can then call AWS SNS functions as follows:

```
Yii::$app->sns->client->publish($arg);
// ...

```

For further instructions refer to the [AWS Documentation page](https://aws.amazon.com/sns/)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Unknown

Total

1

Last Release

2901d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f1535362cdc41d7913fd6b29c613bae21718086feab6155bd5e723c8035b403?d=identicon)[powerkernel](/maintainers/powerkernel)

---

Top Contributors

[![harrytang](https://avatars.githubusercontent.com/u/792413?v=4)](https://github.com/harrytang "harrytang (11 commits)")

---

Tags

awsSNSyii

### Embed Badge

![Health badge](/badges/powerkernel-yii-aws-sns/health.svg)

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

###  Alternatives

[mcfedr/awspushbundle

A set of services to simplify using Aws to send push notifications

40378.6k1](/packages/mcfedr-awspushbundle)[serendipity_hq/bundle-aws-ses-monitor

Symfony bundle to monitor AWS SES bounces, complaints and deliveries through SNS. Comes with a command to fully configure the topics and includes configurable SwiftMailer filter to avoid sending emails to bounced and complained emails.

1380.7k](/packages/serendipity-hq-bundle-aws-ses-monitor)[machour/yii2-notifications

Notifications for your Yii2 app

9135.7k](/packages/machour-yii2-notifications)[tuyakhov/yii2-notifications

The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface.

6735.5k2](/packages/tuyakhov-yii2-notifications)[sunaoka/laravel-ses-template-driver

Amazon SES template mail driver for Laravel.

1088.0k](/packages/sunaoka-laravel-ses-template-driver)[djagya/yii2-sparkpost

A library provides Yii2 integration with SparkPost mail service

1816.3k](/packages/djagya-yii2-sparkpost)

PHPackages © 2026

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