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

Abandoned → [mailjet/mailjet-bundle](/?search=mailjet%2Fmailjet-bundle)Symfony-bundle[Mail &amp; Notifications](/categories/mail)

welp/mailjet-bundle
===================

Symfony bundle for Mailjet API V3

2.0.0(6y ago)332036[1 issues](https://github.com/mailjet/mailjetBundle/issues)[2 PRs](https://github.com/mailjet/mailjetBundle/pulls)MITPHPPHP &gt;=7.1.3CI failing

Since Jun 14Pushed 2y ago8 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (14)Used By (0)

Mailjet Bundle
==============

[](#mailjet-bundle)

[![Build Status](https://camo.githubusercontent.com/7a290e929db063edb261b466cae84adf92597061adf0460d9454c85526d1d958/68747470733a2f2f7472617669732d63692e6f72672f6d61696c6a65742f6d61696c6a657442756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mailjet/mailjetBundle)[![Packagist](https://camo.githubusercontent.com/94f26efad95cda85eb58056b5bcea8b43bc9feef6239c133d7494a37ae3294e9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61696c6a65742f6d61696c6a65742d62756e646c652e737667)](https://packagist.org/packages/mailjet/mailjet-bundle)[![Packagist](https://camo.githubusercontent.com/d6d791a25d93171d9c966160ef98d6bbcc8c652db222610661b3fda00fd9cdd6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61696c6a65742f6d61696c6a65742d62756e646c652e737667)](https://packagist.org/packages/mailjet/mailjet-bundle)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/mailjet/mailjetBundle/blob/master/LICENSE.md)[![Documentation](https://camo.githubusercontent.com/bfd57f9d8fe91e4995e5a9d69651210d8cc5f16a9f14646f2c72e03885510804/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63756d656e746174696f6e2d67682d2d70616765732d626c75652e737667)](https://mailjet.github.io/mailjetBundle/)

Symfony bundle for handling Mailjet API V3 using this wrapper:

Features
--------

[](#features)

- Retrieve [\\Mailjet\\Client](https://github.com/mailjet/mailjet-apiv3-php) to make custom Mailjet API V3 requests
- [SwiftMailer Transport integration](https://github.com/mailjet/MailjetSwiftMailer)
- Synchronize Contact Metadata (Contact Properties) with your config
- Synchronize your user with Mailjet contact list
- Use your own userProvider (basic `FosContactProvider` included to interface with FosUserBundle)
- Use lifecycle event to subscribe/unsubscribe/update/delete/changeMail user from a contact List
- Register Event API - real time notifications (webhook)

Setup
-----

[](#setup)

Add `Mailjet\MailjetBundle\MailjetBundle` to your `bundles.php`:

```
$bundles = [
    // ...
    Mailjet\MailjetBundle\MailjetBundle::class => ['all' => true]
];
```

Minimal Configuration
---------------------

[](#minimal-configuration)

In your `config.yml` add:

```
mailjet:
    api_key:    "%mailjet.api_key%"
    secret_key: "%mailjet.secret_key%"
```

Add bundle to your project:

```
composer require mailjet/mailjet-bundle
```

ToDo
----

[](#todo)

- More unit tests
- Functionnal tests
- Other features like Campaigns, stats, ...

Contributing
------------

[](#contributing)

If you want to contribute to this project, look at [over here](CONTRIBUTING.md)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 77.4% 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 ~80 days

Recently: every ~170 days

Total

10

Last Release

2527d ago

Major Versions

1.0.5 → 2.0.02019-06-13

PHP version history (2 changes)1.0.0-beta.1PHP &gt;=5.6

2.0.0PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/860b87c56fb71609580e16a19de8d764f63601a86d894f5f18cdf8c40c0fbf55?d=identicon)[Nightbr](/maintainers/Nightbr)

---

Top Contributors

[![Nightbr](https://avatars.githubusercontent.com/u/4228646?v=4)](https://github.com/Nightbr "Nightbr (72 commits)")[![mskochev](https://avatars.githubusercontent.com/u/23452885?v=4)](https://github.com/mskochev "mskochev (6 commits)")[![mitomitov](https://avatars.githubusercontent.com/u/30122299?v=4)](https://github.com/mitomitov "mitomitov (3 commits)")[![tibo6](https://avatars.githubusercontent.com/u/2705321?v=4)](https://github.com/tibo6 "tibo6 (2 commits)")[![ksaveras](https://avatars.githubusercontent.com/u/485111?v=4)](https://github.com/ksaveras "ksaveras (2 commits)")[![lambstream](https://avatars.githubusercontent.com/u/7003344?v=4)](https://github.com/lambstream "lambstream (1 commits)")[![trjili](https://avatars.githubusercontent.com/u/1986408?v=4)](https://github.com/trjili "trjili (1 commits)")[![anthony-launay](https://avatars.githubusercontent.com/u/3624359?v=4)](https://github.com/anthony-launay "anthony-launay (1 commits)")[![uavn](https://avatars.githubusercontent.com/u/315338?v=4)](https://github.com/uavn "uavn (1 commits)")[![DylanGD](https://avatars.githubusercontent.com/u/5663375?v=4)](https://github.com/DylanGD "DylanGD (1 commits)")[![dynmaxim](https://avatars.githubusercontent.com/u/91884151?v=4)](https://github.com/dynmaxim "dynmaxim (1 commits)")[![JeffVandenberg](https://avatars.githubusercontent.com/u/4679846?v=4)](https://github.com/JeffVandenberg "JeffVandenberg (1 commits)")[![jGielen](https://avatars.githubusercontent.com/u/4853518?v=4)](https://github.com/jGielen "jGielen (1 commits)")

---

Tags

bundleemailmailjetmailjet-apipackagistphpsymfonysymfony-bundlesymfony2symfony3transactional-emailsapisymfonybundleuserMailjetv3

### Embed Badge

![Health badge](/badges/welp-mailjet-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/welp-mailjet-bundle/health.svg)](https://phpackages.com/packages/welp-mailjet-bundle)
```

###  Alternatives

[mailjet/mailjet-bundle

Symfony bundle for Mailjet API V3

34395.8k](/packages/mailjet-mailjet-bundle)[mailjet/mailjet-apiv3-php

PHP wrapper for the Mailjet API

27411.4M77](/packages/mailjet-mailjet-apiv3-php)[scullwm/mailhookbundle

A bundle to catch API webhook from differents mail service

4020.5k](/packages/scullwm-mailhookbundle)[welp/mailchimp-bundle

MailChimp API V3 Symfony Bundle

45360.3k1](/packages/welp-mailchimp-bundle)[robertotru/to-inline-style-email-bundle

A Symfony2 bundle for using the CssToInlineStyles translator by tijsverkoyen

59384.3k](/packages/robertotru-to-inline-style-email-bundle)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)

PHPackages © 2026

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