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

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

antilop/mailjet-bundle
======================

Mailjet bundle.

v1.3.0(4y ago)07241MITPHPPHP &gt;=7.1

Since Aug 25Pushed 4y agoCompare

[ Source](https://github.com/Antilop/mailjet-bundle)[ Packagist](https://packagist.org/packages/antilop/mailjet-bundle)[ RSS](/packages/antilop-mailjet-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

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

[](#mailjet-bundle)

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

[](#configuration)

To configure the bundle, you will have to enter the api key, secret and list of templates :

```
    # app/config/mailjet.yml
    mailjet:
        client:
            api_key: %api_key%
            api_secret_key: %secret_key%
        templates:
            { template: { id: '%template_id%', from_email: '%from_email%', from_name: '%from_name%' } }
```

Setup
-----

[](#setup)

Add `Antilop\Bundle\MailjetBundle\MailjetBundle` to your `bundles.php`:

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

Limitation
==========

[](#limitation)

For the moment, the bundle was developed for experimental purposes. Changes and adjustements may be added for a more complete use.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85% 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 ~20 days

Total

4

Last Release

1656d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7eced226aa318812cbd9d863ad1696de73b06a4f4046dda518f3263325728dbb?d=identicon)[stephanietilin](/maintainers/stephanietilin)

---

Top Contributors

[![stephanietilin](https://avatars.githubusercontent.com/u/10114340?v=4)](https://github.com/stephanietilin "stephanietilin (17 commits)")[![antoinesavreux](https://avatars.githubusercontent.com/u/26602688?v=4)](https://github.com/antoinesavreux "antoinesavreux (3 commits)")

---

Tags

symfonyMailjet

### Embed Badge

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

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

###  Alternatives

[mailjet/mailjet-swiftmailer

A SwiftMailer transport implementation for Mailjet

261.2M9](/packages/mailjet-mailjet-swiftmailer)[scullwm/mailhookbundle

A bundle to catch API webhook from differents mail service

4020.5k](/packages/scullwm-mailhookbundle)[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)[stampie/stampie-bundle

This bundle provides integration for Stampie Email Library

25222.1k](/packages/stampie-stampie-bundle)[ras/flash-alert-bundle

FlashAlertBundle provides a simplified way to handle (add/display) Symfony flash messages. Client side scripts are written in pure JavaScript.

2423.3k](/packages/ras-flash-alert-bundle)

PHPackages © 2026

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