PHPackages                             headoo/headoo-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. headoo/headoo-mailjet-bundle

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

headoo/headoo-mailjet-bundle
============================

Symfony2 Bundle for initializing Mailjet PHP API v3 wrapper

37.8k3[1 issues](https://github.com/Headoo/HeadooMailjetBundle/issues)PHP

Since Mar 1Pushed 9y ago10 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

HeadooMailjetBundle
===================

[](#headoomailjetbundle)

HeadooMailjetBundle is a Symfony2 Bundle, mainly aimed at processing [MailJet API v3](http://dev.mailjet.com).

This wrapper use a deprecated API. Some documentation is available here : You should migrate to this wrapper :

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

[](#installation)

1. Add to `composer.json` file :

    ```
    {
        "require": {
            "headoo/headoo-mailjet-bundle" : "1.0.x-dev"
        }
    }
    ```
2. Install our dependencies using :

    ```
    $ php composer.phar update
    ```
3. Register the bundle in your `app/AppKernel.php`:

    ```
