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

ActiveLibrary

skripal/laravel-dkim
====================

Laravel package for signing outgoing messages with DKIM.

1.5(6y ago)03431MITPHPPHP ^7.1

Since Sep 9Pushed 5y agoCompare

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

READMEChangelogDependencies (1)Versions (11)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 skripal/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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

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

Recently: every ~220 days

Total

10

Last Release

2311d ago

Major Versions

v0.4.0 → 1.52020-01-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/44143e49f13e0116f495e782faf9b3c903fc09d1c5c3192831efcb71fb5cad5a?d=identicon)[isnotempty](/maintainers/isnotempty)

---

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/skripal-laravel-dkim/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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