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

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

uneak/mailjet-bundle
====================

Symfony MailjetBundle

2292PHP

Since Sep 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/uneak/MailjetBundle)[ Packagist](https://packagist.org/packages/uneak/mailjet-bundle)[ RSS](/packages/uneak-mailjet-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Uneak Mailjet Bundle
====================

[](#uneak-mailjet-bundle)

The Uneak Mailjet Bundle is a bundle used to help us to exploit the Mailjet API:

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

- PSR-0 standards
- A bundle configuration

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

[](#prerequisites)

This version of the bundle requires Symfony 2.1+.

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

[](#installation)

### Download UneakMailjetBundle using composer

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

Add UneakMailjetBundle in your composer.json:

```
{
    "require": {
        "uneak/mailjet-bundle": "dev-master"
    }
}
```

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

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

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

### Enable the Bundle

[](#enable-the-bundle)

Enable the bundle in the kernel:

```
