PHPackages                             henrikbjorn/stampie-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. henrikbjorn/stampie-bundle

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

henrikbjorn/stampie-bundle
==========================

This bundle provides integration for Stampie Email Library

v2.1.1(4y ago)2632.3k5[2 issues](https://github.com/Stampie/stampie-bundle/issues)MITPHPPHP ^7.2 || ^8.0

Since Mar 11Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Stampie/stampie-bundle)[ Packagist](https://packagist.org/packages/henrikbjorn/stampie-bundle)[ RSS](/packages/henrikbjorn-stampie-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (12)Versions (9)Used By (0)

StampieBundle
=============

[](#stampiebundle)

[![CI](https://github.com/Stampie/stampie-bundle/actions/workflows/ci.yaml/badge.svg)](https://github.com/Stampie/stampie-bundle/actions/workflows/ci.yaml)

Integrates [Stampie](https://github.com/Stampie/Stampie) with Symfony.

```
$ composer require stampie/stampie-bundle
```

Usage
-----

[](#usage)

Add `Stampie\StampieBundle\StampieBundle()` to your `AppKernel.php` in the `registerBundles` method.

Add the configuration to `config.yml` as follows

```
stampie:
    mailer: postmark # [send_grid, postmark, mailgun, mandrill, mailjet, spark_post] are supported
    server_token: POSTMARK_API_TEST # Replace with your ServerToken for your Service
```

The HttpClient used by the bundle is configurable. By default, it uses the service `httplug.client`, which is the name of the default HTTP client when using [HttplugBundle](https://github.com/php-http/HttplugBundle). Using this bundle is optional. You can provide your own service integrating HTTPlug:

```
stampie:
    http_client: my_http_client
```

StampieExtra
------------

[](#stampieextra)

This bundles allows you to use [StampieExtra](https://github.com/Stampie/extra) easily: add the extra library in your project. The integration is activated automatically to wrap the mailer in the extra mailer dispatching events. An integration with the profiler is also provided.

If you want to enable the ImpersonateListener to send all emails to the same address, provide a non-empty delivery address:

```
stampie:
    extra:
        delivery_address: dev@example.com
```

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~368 days

Recently: every ~383 days

Total

8

Last Release

1552d ago

Major Versions

1.x-dev → v2.0.02018-09-02

PHP version history (3 changes)1.0.0PHP &gt;=5.3.3

v2.0.0PHP ^5.5 || ^7.0

v2.1.0PHP ^7.2 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19725?v=4)[Henrik Hauge Bjørnskov](/maintainers/henrikbjorn)[@henrikbjorn](https://github.com/henrikbjorn)

---

Top Contributors

[![stof](https://avatars.githubusercontent.com/u/439401?v=4)](https://github.com/stof "stof (48 commits)")[![henrikbjorn](https://avatars.githubusercontent.com/u/19725?v=4)](https://github.com/henrikbjorn "henrikbjorn (30 commits)")[![fbourigault](https://avatars.githubusercontent.com/u/1116116?v=4)](https://github.com/fbourigault "fbourigault (9 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (3 commits)")[![pulse00](https://avatars.githubusercontent.com/u/185278?v=4)](https://github.com/pulse00 "pulse00 (2 commits)")[![Lctrs](https://avatars.githubusercontent.com/u/5477973?v=4)](https://github.com/Lctrs "Lctrs (1 commits)")[![kbond](https://avatars.githubusercontent.com/u/127811?v=4)](https://github.com/kbond "kbond (1 commits)")[![adrienbrault](https://avatars.githubusercontent.com/u/611271?v=4)](https://github.com/adrienbrault "adrienbrault (1 commits)")[![stloyd](https://avatars.githubusercontent.com/u/67402?v=4)](https://github.com/stloyd "stloyd (1 commits)")

---

Tags

bundlehacktoberfestmailerphpstampiesymfonysymfony-bundlesymfonyemailstampie

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/henrikbjorn-stampie-bundle/health.svg)

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

PHPackages © 2026

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