PHPackages                             creonit/sendpulse-mailer - 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. creonit/sendpulse-mailer

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

creonit/sendpulse-mailer
========================

v1.0.0(5y ago)24.4k4GPL-3.0-onlyPHPPHP &gt;=7.2.5

Since Jul 23Pushed 5y agoCompare

[ Source](https://github.com/creonit-dev/sendpulse-mailer)[ Packagist](https://packagist.org/packages/creonit/sendpulse-mailer)[ RSS](/packages/creonit-sendpulse-mailer/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

SendPulse Mailer
================

[](#sendpulse-mailer)

[SendPulse](https://sendpulse.com/)

[Symfony Mailer Documentation](https://symfony.com/doc/current/mailer.html)

Supported schemes
-----------------

[](#supported-schemes)

`smtp`

```
MAILER_DSN=sendpulse://USERNAME:PASSWORD@default
```

`smtp api`

```
MAILER_DSN=sendpulse+smtp-api://USER_ID:SECRET@default
```

`Automation360 events`

```
MAILER_DSN=sendpulse+events://USER_ID:SECRET@default
```

```
use Creonit\SendPulseMailer\Header\SendPulseVariableHeader;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\Mailer\MailerInterface;
use Symfony\Component\Mime\Email;

class MailingController extends AbstractController
{
    public function sendMail(MailerInterface $mailer)
    {
        $to = 'example@example.com';
        $message = new Email();
        $message->to($to);
        $message->getHeaders()
            ->addTextHeader('X-SendPulse-Event', 'event_name')
            ->add(new SendPulseVariableHeader('variable_name', 'value'));

        $mailer->send($message);
    }
}
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2161d ago

### Community

Maintainers

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

---

Tags

symfonysendpulsecreonit

### Embed Badge

![Health badge](/badges/creonit-sendpulse-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/creonit-sendpulse-mailer/health.svg)](https://phpackages.com/packages/creonit-sendpulse-mailer)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.7k8.7k1](/packages/kimai-kimai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M514](/packages/shopware-core)[mahocommerce/maho

Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+

1384.8k32](/packages/mahocommerce-maho)[dotkernel/dot-mail

Dotkernel mail component based on symfony mailer

1143.5k6](/packages/dotkernel-dot-mail)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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