PHPackages                             g1ntas/swiftmailer-sparkpost-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. g1ntas/swiftmailer-sparkpost-bundle

AbandonedArchivedSymfony-bundle[Mail &amp; Notifications](/categories/mail)

g1ntas/swiftmailer-sparkpost-bundle
===================================

Swiftmailer Sparkpost transport as a Symfony bundle

v1.0.1(8y ago)22.8kMITPHPPHP ~5.6|~7.0

Since Jun 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/g1ntas/swiftmailer-sparkpost-bundle)[ Packagist](https://packagist.org/packages/g1ntas/swiftmailer-sparkpost-bundle)[ Docs](https://github.com/g1ntas/swiftmailer-sparkpost-bundle)[ RSS](/packages/g1ntas-swiftmailer-sparkpost-bundle/feed)WikiDiscussions master Synced today

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

Swiftmailer Sparkpost bundle
============================

[](#swiftmailer-sparkpost-bundle)

[![Build Status](https://camo.githubusercontent.com/465cca24631a831c039530cb47704cb7092b03f344e3b5698ff37b8477d145e7/68747470733a2f2f7472617669732d63692e6f72672f67316e7461732f73776966746d61696c65722d737061726b706f73742d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/g1ntas/swiftmailer-sparkpost-bundle)

This bundle adds an extra transport to the Swiftmailer service that uses Sparkpost API. Internally this bundle integrates [f500/swiftmailer-sparkpost](https://github.com/f500/swiftmailer-sparkpost) to your Symfony Project.

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

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

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require g1ntas/swiftmailer-sparkpost-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

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

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

```
