PHPackages                             metalinspired/zf-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. metalinspired/zf-dkim

Abandoned → [metalinspired/laminas-dkim](/?search=metalinspired%2Flaminas-dkim)ArchivedLibrary[Mail &amp; Notifications](/categories/mail)

metalinspired/zf-dkim
=====================

DKIM Signer for Zend Mail

v2.0.0(9y ago)010MITPHPPHP ^5.6 || ^7.0

Since Feb 27Pushed 5y agoCompare

[ Source](https://github.com/metalinspired/zf-dkim)[ Packagist](https://packagist.org/packages/metalinspired/zf-dkim)[ RSS](/packages/metalinspired-zf-dkim/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

README
======

[](#readme)

Zend Framework DKIM Signer.

**Note**

I tried to contact the original author of this project, but he ignore me, so I decide to clone the project and continue to improve it.

I will appreciate every contribution.

**Installation**

Installation of this module uses composer. For composer documentation, please refer to [https://getcomposer.org](https://getcomposer.org/ "getcomposer.org").

`php composer.phar require joepsyko/zf-dkim`

Create a *./config/autoload/dkim.global.php* and *./config/autoload/dkim.local.php* file with the configuration variable values as described in the project *.dist* files.

**Usage**

1. Create a DKIM domain key

    - See: [http://dkimcore.org/specification.html](http://dkimcore.org/specification.html "dkimcore.org")
2. Configure the DkimSigner using the config.dist file
3. Sign &amp; send

`    **I.e. in your Controller:**$mail = new \Zend\Mail\Message();$mail->setBody("Hello world!");$mail->setFrom('from@example.com');$mail->addTo('to@example.com');$mail->setSubject('subject');// sign message with dkim$signer = $this->getServiceLocator()->get(\Dkim\Signer\Signer::class);$signer->signMessage($mail);// send message$transport = new \Zend\Mail\Transport\Sendmail();$transport->send($mail);`That's it.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 57.6% 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 ~329 days

Total

3

Last Release

3431d ago

Major Versions

v1.0.6 → v2.0.02016-12-17

PHP version history (2 changes)v1.0.5PHP &gt;=5.3.3

v2.0.0PHP ^5.6 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d9bfe1b062ffcfed45fc969e1c354add7e44a6dbf3216dd587fc660f53ce155?d=identicon)[metalinspired](/maintainers/metalinspired)

---

Top Contributors

[![fastnloud](https://avatars.githubusercontent.com/u/4117844?v=4)](https://github.com/fastnloud "fastnloud (19 commits)")[![joepsyko](https://avatars.githubusercontent.com/u/3660988?v=4)](https://github.com/joepsyko "joepsyko (11 commits)")[![metalinspired](https://avatars.githubusercontent.com/u/18539473?v=4)](https://github.com/metalinspired "metalinspired (3 commits)")

---

Tags

zfZend Frameworkdkim

### Embed Badge

![Health badge](/badges/metalinspired-zf-dkim/health.svg)

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

###  Alternatives

[academe/laraveldkim

A Laravel plugin to sign all outgoing emails using DKIM from within the application.

1643.8k](/packages/academe-laraveldkim)

PHPackages © 2026

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