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

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

joepsyko/zf-dkim
================

DKIM Signer for Zend Mail

v2.0.0(9y ago)03.5kMITPHP ^5.6 || ^7.0

Since Feb 27Compare

[ Source](https://github.com/joepsyko/zf-dkim)[ Packagist](https://packagist.org/packages/joepsyko/zf-dkim)[ RSS](/packages/joepsyko-zf-dkim/feed)WikiDiscussions 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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

3482d 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://avatars.githubusercontent.com/u/3660988?v=4)[Giovanni Iembo](/maintainers/joepsyko)[@joepsyko](https://github.com/joepsyko)

---

Tags

zfZend Frameworkdkim

### Embed Badge

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

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

###  Alternatives

[academe/laraveldkim

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

1646.4k](/packages/academe-laraveldkim)

PHPackages © 2026

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