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

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

ox01code/laravel-dkim
=====================

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

v0.6.0(4y ago)036MITPHP

Since Sep 9Pushed 4y agoCompare

[ Source](https://github.com/0x01code/laravel-dkim-1)[ Packagist](https://packagist.org/packages/ox01code/laravel-dkim)[ RSS](/packages/ox01code-laravel-dkim/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (1)Versions (12)Used By (0)

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

[](#laravel-5-dkim)

Package, that allows sign emails with DKIM.

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

[](#installation)

1. Install via Composer:

```
composer require ox01code/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:

```
ox01code\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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~197 days

Recently: every ~407 days

Total

11

Last Release

1560d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25381518?v=4)[0x01code](/maintainers/0x01code)[@0x01code](https://github.com/0x01code)

---

Top Contributors

[![0x01code](https://avatars.githubusercontent.com/u/25381518?v=4)](https://github.com/0x01code "0x01code (6 commits)")[![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)")

### Embed Badge

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

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