PHPackages                             gwk/mailjetbundle - 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. gwk/mailjetbundle

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

gwk/mailjetbundle
=================

Mailjet Bundle for Symfony 2

0.1.2(13y ago)03091MITPHPPHP &gt;=5.3.3

Since Feb 7Pushed 13y ago3 watchersCompare

[ Source](https://github.com/gwkunze/mailjetbundle)[ Packagist](https://packagist.org/packages/gwk/mailjetbundle)[ RSS](/packages/gwk-mailjetbundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (4)Used By (0)

Symfony 2 Mailjet Extension
===========================

[](#symfony-2-mailjet-extension)

This bundle makes the mailjet library easy to use from a Symfony 2 library

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

[](#installation)

Simply add the following to your composer.json file

```
{
    "require": {
        "gwk/mailjetbundle": "0.1"
    }
}
```

And use composer to install the bundle:

```
composer.phar update gwk/mailjetbundle

```

Now add the bundle to your app/AppKernel.php:

```
$bundles[] = new GWK\MailjetBundle\GWKMailjetBundle();
```

Configuration
-------------

[](#configuration)

```
gwk_mailjet:
	api_key: "YOUR API KEY" # Required
	secret_key: "YOUR SECRET KEY" # Required
	debug: true # Optional, defaults to %kernel.debug%
	debug_level: 2 # Optional, Mailjet debug level, defaults to 1 not used if debug = false
	format: xml # Optional, the format in which to receive results, defaults to json
```

Usage
-----

[](#usage)

In your code simply request the "mailjet" service to start using it:

```
$mailjet = $this->get("mailjet");

$mailjet->listsAddContact(array('method' => 'POST', 'contact' => 'foo@bar.com', 'id' => '%list_id%'));
```

License
=======

[](#license)

MIT, See LICENSE

*WARNING* Mailjet has attached no license to their library so I'm assuming it's public domain code.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

3

Last Release

4880d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd9c6dbc64b0d42aea79172a40fd6b4e8e4d3699b5ae08a960298fbe1caef9bf?d=identicon)[gwkunze](/maintainers/gwkunze)

---

Top Contributors

[![gwkunze](https://avatars.githubusercontent.com/u/196545?v=4)](https://github.com/gwkunze "gwkunze (3 commits)")

### Embed Badge

![Health badge](/badges/gwk-mailjetbundle/health.svg)

```
[![Health](https://phpackages.com/badges/gwk-mailjetbundle/health.svg)](https://phpackages.com/packages/gwk-mailjetbundle)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
