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

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

vitalybaev/laravel-dkim
=======================

Laravel 5/6 package for signing outgoing messages with DKIM.

v0.5.0(5y ago)311.7k18[1 issues](https://github.com/vitalybaev/laravel-dkim/issues)[2 PRs](https://github.com/vitalybaev/laravel-dkim/pulls)MITPHP

Since Sep 9Pushed 5y ago4 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

Laravel 5 DKIM
==============

[](#laravel-5-dkim)

Package, that allows sign emails with DKIM.

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

[](#installation)

1. Install via Composer:

```
composer require vitalybaev/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'), // sign algorithm (defaults to rsa-sha256)
'dkim_passphrase' => env('MAIL_DKIM_PASSPHRASE'), // private key passphrase (optional)

```

License
-------

[](#license)

> The MIT License
>
> Copyright (c) 2016 Vitaly Baev
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Recently: every ~253 days

Total

10

Last Release

2183d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/724423?v=4)[Vitaly Baev](/maintainers/vitalybaev)[@vitalybaev](https://github.com/vitalybaev)

---

Top Contributors

[![rdanklof](https://avatars.githubusercontent.com/u/271785?v=4)](https://github.com/rdanklof "rdanklof (2 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)")[![langemeijer](https://avatars.githubusercontent.com/u/1193933?v=4)](https://github.com/langemeijer "langemeijer (1 commits)")[![vitalybaev](https://avatars.githubusercontent.com/u/724423?v=4)](https://github.com/vitalybaev "vitalybaev (1 commits)")

---

Tags

dkimlaravellaravel-5laravel-5-packagephp

### Embed Badge

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

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