PHPackages                             popov/zfc-sparkpost - 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. popov/zfc-sparkpost

ActiveZf-module

popov/zfc-sparkpost
===================

Adapter for sending messages through SparkPost service

18PHP

Since Aug 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/popovsergiy/zfc-sparkpost)[ Packagist](https://packagist.org/packages/popov/zfc-sparkpost)[ RSS](/packages/popov-zfc-sparkpost/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Zend SparkPost adapter
======================

[](#zend-sparkpost-adapter)

Adapter for sending messages through SparkPost service

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

[](#configuration)

In your local.php add/change next config

```
[
    'mail' => [
        'type' => 'sparkpost',
        'from' => 'ex@example.com',
        'options' => [
            'api_key' => 'your-api-key',
            'async' => false,
            'trackOpens' => false,
            'trackClicks' => false,
            'sandbox' => false,
            'inlineCss' => false,
            'transactional' => true,
        ]
    ],
]

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7dbdbd3abed25e11e97a69bc611daa3fe33ad5d1805f2fb32d491c888c4dfb51?d=identicon)[Serhii Popov](/maintainers/Serhii%20Popov)

---

Top Contributors

[![popovserhii](https://avatars.githubusercontent.com/u/1991183?v=4)](https://github.com/popovserhii "popovserhii (2 commits)")

### Embed Badge

![Health badge](/badges/popov-zfc-sparkpost/health.svg)

```
[![Health](https://phpackages.com/badges/popov-zfc-sparkpost/health.svg)](https://phpackages.com/packages/popov-zfc-sparkpost)
```

PHPackages © 2026

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