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

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

arnwaltur/laravel-dkim
======================

Laravel package for signing outgoing messages with DKIM.

1.6(6y ago)119MITPHPPHP ^7.1

Since Sep 9Pushed 5y agoCompare

[ Source](https://github.com/Arnwaltur/laravel-dkim)[ Packagist](https://packagist.org/packages/arnwaltur/laravel-dkim)[ RSS](/packages/arnwaltur-laravel-dkim/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (12)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 Fossil01/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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

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

Recently: every ~246 days

Total

11

Last Release

2200d ago

Major Versions

v0.4.0 → 1.52020-01-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/314f8a1ecbd87fa7969df5758676a7488da25c27b7792c260e75d6f24f0eb403?d=identicon)[Arnwaltur](/maintainers/Arnwaltur)

---

Top Contributors

[![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/arnwaltur-laravel-dkim/health.svg)

```
[![Health](https://phpackages.com/badges/arnwaltur-laravel-dkim/health.svg)](https://phpackages.com/packages/arnwaltur-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)
