PHPackages                             amorvan/aws-sns-push-bundle - 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. amorvan/aws-sns-push-bundle

ActiveLibrary

amorvan/aws-sns-push-bundle
===========================

A bundle to configure and send push notification with AWS SNS

v0.2.1(6y ago)013MITPHPPHP &gt;=7.1CI failing

Since Oct 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/AurelienMo/AWSSnsPushBundle)[ Packagist](https://packagist.org/packages/amorvan/aws-sns-push-bundle)[ RSS](/packages/amorvan-aws-sns-push-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (11)Versions (5)Used By (0)

Amorvan - AWSSnsPushBundle
==========================

[](#amorvan---awssnspushbundle)

The purpose of this bundle is manage mobile push notification with AWS Sns service. Bundle provides many services to following :

- Subscribe device to broadcast topic
- Create a temporary topic
- Subscribe device to specific temp topic
- Unsubscribe device from broadcast or specific topic
- Send mobile push notification with custom message &amp; additional parameters

Prerequisites
-------------

[](#prerequisites)

This bundles requires Symfony 3.4+ or 4.3+.

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

[](#installation)

### Step 1 - Download the Bundle

[](#step-1---download-the-bundle)

```
composer require amorvan/aws-sns-push-bundle

```

### Step 2 - Enable Bundles (Amorvan/AWSSnsPushBundle &amp; AWS SDK)

[](#step-2---enable-bundles-amorvanawssnspushbundle--aws-sdk)

#### Symfony 3 Version :

[](#symfony-3-version-)

Register bundle into `app/AppKernel.php`:

```
