PHPackages                             snowcap/mailjet-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. snowcap/mailjet-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

snowcap/mailjet-bundle
======================

Mailjet wrapper for Symfony2

2.2.x-dev(13y ago)13.3kMITPHPPHP &gt;=5.3.2

Since Feb 7Pushed 11y ago3 watchersCompare

[ Source](https://github.com/snowcap/SnowcapMailjetBundle)[ Packagist](https://packagist.org/packages/snowcap/mailjet-bundle)[ Docs](https://github.com/snowcap/SnowcapMailjetBundle)[ RSS](/packages/snowcap-mailjet-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Snowcap Mailjet Bundle
======================

[](#snowcap-mailjet-bundle)

The Snowcap Mailjet Bundle is a bundle used at Snowcap to help us with the Mailjet API:

It includes an refactored version of Mailjet API client (found on ) with:

- PSR-0 standards
- New constants
- A bundle configuration

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

[](#prerequisites)

This version of the bundle requires Symfony 2.1+.

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

[](#installation)

### Download SnowcapMailjetBundle using composer

[](#download-snowcapmailjetbundle-using-composer)

Add SnowcapCoreBundle in your composer.json:

```
{
    "require": {
        "snowcap/mailjet-bundle": "*"
    }
}
```

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

```
$ php composer.phar update snowcap/mailjet-bundle
```

Composer will install the bundle to your project's `vendor/snowcap` directory.

### Enable the Bundle

[](#enable-the-bundle)

Enable the bundle in the kernel:

```
