PHPackages                             dudu54/laravel-dkim - 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. dudu54/laravel-dkim

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

dudu54/laravel-dkim
===================

Laravel package for signing outgoing messages with DKIM.

v2.2(3y ago)0565MITPHPPHP ^7.3||^8.0

Since Sep 9Pushed 3y agoCompare

[ Source](https://github.com/0DUDDU/laravel-dkim)[ Packagist](https://packagist.org/packages/dudu54/laravel-dkim)[ RSS](/packages/dudu54-laravel-dkim/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (14)Used By (0)

Laravel DKIM
============

[](#laravel-dkim)

Package, that allows sign emails with DKIM.

Need confirmation this works with Laravel 7
===========================================

[](#need-confirmation-this-works-with-laravel-7)

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

[](#installation)

1. Install via Composer:

```
composer require dudu54/laravel-dkim

```

2. In `config/app.php` comment line with original service provider:

```
// Illuminate\Mail\MailServiceProvider::class,

```

3. In `config/app.php` add following line to provider's section:

```
Vitalybaev\LaravelDkim\DkimMailServiceProvider::class,

```

4. Fill your settings in `config/mail.php`:

```
'dkim_selector' => env('MAIL_DKIM_SELECTOR'), // selector, required
'dkim_domain' => env('MAIL_DKIM_DOMAIN'), // domain, required
'dkim_private_key' => env('MAIL_DKIM_PRIVATE_KEY'), // path to private key, required
'dkim_identity' => env('MAIL_DKIM_IDENTITY'), // identity (optional)
'dkim_algo' => env('MAIL_DKIM_ALGO', 'rsa-sha256'), // sign algorithm (defaults to rsa-sha256)
'dkim_passphrase' => env('MAIL_DKIM_PASSPHRASE'), // private key passphrase (optional)

```

5. Check your `.env`:

```
In Laravel 7, 'MAIL_DRIVER' > 'MAIL_MAILER' + add and fill :
MAIL_DKIM_SELECTOR=""
MAIL_DKIM_DOMAIN=""
MAIL_DKIM_PRIVATE_KEY=""
MAIL_DKIM_IDENTITY=""
MAIL_DKIM_ALGO=""
MAIL_DKIM_PASSPHRASE=""

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity75

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

Recently: every ~354 days

Total

13

Last Release

1256d ago

Major Versions

v0.4.0 → 1.52020-01-13

1.5 → v2.02020-09-13

PHP version history (3 changes)1.5PHP ^7.1

v2.0PHP ^7.3

v2.2PHP ^7.3||^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6728de28536d510cca3954f493aa7c71a7a5e2dca8779a67b5f55b9ef2d69c07?d=identicon)[0DUDDU](/maintainers/0DUDDU)

---

Top Contributors

[![0DUDDU](https://avatars.githubusercontent.com/u/14166148?v=4)](https://github.com/0DUDDU "0DUDDU (5 commits)")[![rdanklof](https://avatars.githubusercontent.com/u/271785?v=4)](https://github.com/rdanklof "rdanklof (2 commits)")[![ricardoboss](https://avatars.githubusercontent.com/u/6266356?v=4)](https://github.com/ricardoboss "ricardoboss (2 commits)")[![Arnwaltur](https://avatars.githubusercontent.com/u/63635642?v=4)](https://github.com/Arnwaltur "Arnwaltur (1 commits)")[![henriklippke](https://avatars.githubusercontent.com/u/4739705?v=4)](https://github.com/henriklippke "henriklippke (1 commits)")[![jamestel](https://avatars.githubusercontent.com/u/7420764?v=4)](https://github.com/jamestel "jamestel (1 commits)")

### Embed Badge

![Health badge](/badges/dudu54-laravel-dkim/health.svg)

```
[![Health](https://phpackages.com/badges/dudu54-laravel-dkim/health.svg)](https://phpackages.com/packages/dudu54-laravel-dkim)
```

###  Alternatives

[spatie/laravel-failed-job-monitor

Get notified when a queued job fails

1.0k2.6M4](/packages/spatie-laravel-failed-job-monitor)[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[motomedialab/smtp2go

Send emails via API using the first-class email courier SMTP2Go

1316.3k](/packages/motomedialab-smtp2go)

PHPackages © 2026

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