PHPackages                             adt/spark-post-api-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. adt/spark-post-api-mailer

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

adt/spark-post-api-mailer
=========================

Sending emails through SparkPost API.

v1.11.1(1mo ago)0879PHP

Since Aug 16Pushed 1mo ago4 watchersCompare

[ Source](https://github.com/AppsDevTeam/SparkPostApiMailer)[ Packagist](https://packagist.org/packages/adt/spark-post-api-mailer)[ RSS](/packages/adt-spark-post-api-mailer/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (10)Dependencies (21)Versions (25)Used By (0)

SparkPostApiMailer
==================

[](#sparkpostapimailer)

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

[](#installation)

1. composer

    ```
    composer require adt/spark-post-api-mailer
    ```
2. config.neon

    ```
    extensions:
        sparkPostApiMailer: ADT\SparkPostApiMailer\DI\SparkPostApiMailerExtension

    sparkPostApiMailer:
    	authToken:
    ```

Usage
-----

[](#usage)

1. standalone

    config.neon

    ```
    services:
        nette.mailer:
            class: \ADT\SparkPostApiMailer\Services\SparkPostApiMailerService
    ```

    MailComponent.php

    ```
    function __construct(\Nette\Mail\IMailer $mailer) {
        $this->mailer = $mailer;
    }

    function sendMail(\Nette\Mail\Message $mail) {
        $this->mailer->send($mail);
    }
    ```
2. with adt/single-recipient-mailer

    Mailer.php

    ```
    class Mailer extends \ADT\Mail\SingleRecipientMailer {
        public function __construct(
            array $options,
            \ADT\SparkPostApiMailer\Services\SparkPostApiMailerService $apiMailer
        ) {
            parent::__construct($options);
            $this->mailer = $apiMailer;
        }
    }
    ```

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance91

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~156 days

Recently: every ~25 days

Total

24

Last Release

44d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5575ff5b286a1982356d8ed7d8fc9f44385b44ef1108f34ac8c71b106d0c69ec?d=identicon)[michallohnisky](/maintainers/michallohnisky)

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

---

Top Contributors

[![michallohnisky](https://avatars.githubusercontent.com/u/4747059?v=4)](https://github.com/michallohnisky "michallohnisky (8 commits)")[![thorewi](https://avatars.githubusercontent.com/u/605858?v=4)](https://github.com/thorewi "thorewi (7 commits)")[![Danoha](https://avatars.githubusercontent.com/u/6437793?v=4)](https://github.com/Danoha "Danoha (4 commits)")

### Embed Badge

![Health badge](/badges/adt-spark-post-api-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/adt-spark-post-api-mailer/health.svg)](https://phpackages.com/packages/adt-spark-post-api-mailer)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M776](/packages/sylius-sylius)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M668](/packages/shopware-core)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)

PHPackages © 2026

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