PHPackages                             cgonser/swiftmailer-database-s3-spool-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. [Database &amp; ORM](/categories/database)
4. /
5. cgonser/swiftmailer-database-s3-spool-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

cgonser/swiftmailer-database-s3-spool-bundle
============================================

A symfony bundle that enables Swift Mailer to spool messages from a database and store message files on Amazon S3

1.0.13(8y ago)226.1k2[1 issues](https://github.com/cgonser/swiftmailer-database-s3-spool-bundle/issues)[1 PRs](https://github.com/cgonser/swiftmailer-database-s3-spool-bundle/pulls)MITPHPPHP &gt;=5.4.0

Since Dec 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/cgonser/swiftmailer-database-s3-spool-bundle)[ Packagist](https://packagist.org/packages/cgonser/swiftmailer-database-s3-spool-bundle)[ RSS](/packages/cgonser-swiftmailer-database-s3-spool-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (3)Versions (15)Used By (0)

Swift Mailer Database S3 Spool
==============================

[](#swift-mailer-database-s3-spool)

A Symfony bundle that enables Swift Mailer to spool messages from a database and store message files on an Amazon S3 bucket.

It requires the [AWS PHP SDK](https://github.com/aws/aws-sdk-php) and relies on Doctrine for data persistency.

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

[](#installation)

This bundle can be installed via Composer by requiring `cgonser/swiftmailer-database-s3-spool-bundle package` in your project's composer.json:

```
{
    "require": {
        "cgonser/swiftmailer-database-s3-spool-bundle": "dev-master"
    }
}
```

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
