PHPackages                             jplarar/sns-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. [API Development](/categories/api)
4. /
5. jplarar/sns-bundle

ActiveSymfony-bundle[API Development](/categories/api)

jplarar/sns-bundle
==================

A simple Symfony2 bundle for the API for AWS SNS.

1.1.0(5y ago)171MITPHPPHP &gt;=5.6CI failing

Since Jul 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jplarar/SNSBundle)[ Packagist](https://packagist.org/packages/jplarar/sns-bundle)[ Docs](https://github.com/jplarar/SNSBundle)[ RSS](/packages/jplarar-sns-bundle/feed)WikiDiscussions master Synced 2d ago

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

JplararSNSBundle
================

[](#jplararsnsbundle)

A simple Symfony2 bundle for the API for AWS SNS. Work in progress only SMS for now!!

Setup
-----

[](#setup)

### Step 1: Download JplararSNSBundle using composer

[](#step-1-download-jplararsnsbundle-using-composer)

Add SNS Bundle in your composer.json:

```
{
    "require": {
        "jplarar/sns-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update "jplarar/sns-bundle"
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
