PHPackages                             jplarar/ses-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. jplarar/ses-bundle

ActiveSymfony-bundle

jplarar/ses-bundle
==================

A simple Symfony2 bundle for the API for AWS SES.

1.2.0(6y ago)11.0kMITPHPPHP &gt;=5.3

Since Nov 29Pushed 6y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (11)Versions (13)Used By (0)

JplararSESBundle
================

[](#jplararsesbundle)

A simple Symfony2 bundle for the API for AWS SES.

Setup
-----

[](#setup)

### Step 1: Download JplararSESBundle using composer

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

Add SES Bundle in your composer.json:

```
{
    "require": {
        "jplarar/ses-bundle": "^1.0.0"
    }
}
```

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

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
