PHPackages                             senderkit/senderkit-symfony - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. senderkit/senderkit-symfony

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

senderkit/senderkit-symfony
===========================

Symfony bundle for the SenderKit PHP SDK — DI wiring, configuration, webhook request verifier.

v0.2.0(1mo ago)01MITPHPPHP &gt;=8.1

Since Jun 11Pushed 1mo agoCompare

[ Source](https://github.com/senderkit/senderkit-symfony)[ Packagist](https://packagist.org/packages/senderkit/senderkit-symfony)[ Docs](https://senderkit.com)[ RSS](/packages/senderkit-senderkit-symfony/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (18)Versions (3)Used By (0)

SenderKit Symfony Bundle
========================

[](#senderkit-symfony-bundle)

Symfony integration for the [SenderKit PHP SDK](https://github.com/senderkit/senderkit-sdk-php).

Install
-------

[](#install)

```
composer require senderkit/senderkit-symfony
```

Register the bundle (Flex does this automatically) and configure `config/packages/senderkit.yaml`:

```
senderkit:
    api_key: '%env(SENDERKIT_API_KEY)%'
    webhook_secret: '%env(SENDERKIT_WEBHOOK_SECRET)%'
```

Usage
-----

[](#usage)

Autowire `SenderKit\Client` into any service or controller:

```
public function __construct(private readonly \SenderKit\Client $senderkit) {}

$this->senderkit->send(new TemplateSend(template: 'welcome', to: $email));
```

When `symfony/http-client` is installed, the SDK automatically uses the framework's PSR-18 client.

Webhooks
--------

[](#webhooks)

```
use SenderKit\Symfony\Webhook\RequestVerifier;

public function webhook(Request $request, RequestVerifier $verifier): Response
{
    $event = $verifier->verify($request); // throws SignatureVerificationException on bad signature, RuntimeException if unconfigured
    // ...
}
```

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance90

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

45d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/217d79b2ef3dda6048f6368e331106b1d6321be4af345642f6f6b66bf8c7161b?d=identicon)[tuyakhov](/maintainers/tuyakhov)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/senderkit-senderkit-symfony/health.svg)

```
[![Health](https://phpackages.com/badges/senderkit-senderkit-symfony/health.svg)](https://phpackages.com/packages/senderkit-senderkit-symfony)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M401](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

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