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.10.4(3mo ago)0870PHP

Since Aug 16Pushed 3mo 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 3w ago

READMEChangelog (10)Dependencies (13)Versions (23)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

48

—

FairBetter than 94% of packages

Maintenance81

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

Recently: every ~0 days

Total

22

Last Release

100d 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

[![thorewi](https://avatars.githubusercontent.com/u/605858?v=4)](https://github.com/thorewi "thorewi (7 commits)")[![michallohnisky](https://avatars.githubusercontent.com/u/4747059?v=4)](https://github.com/michallohnisky "michallohnisky (6 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

[aws/aws-sdk-php

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

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[sylius/sylius

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

8.5k5.8M712](/packages/sylius-sylius)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[shopware/platform

The Shopware e-commerce core

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

PHPackages © 2026

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