teon/dkim

Update of angrychimp/php-dkim package.

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Details

github.com/teonsystems/php-dkim

Installs: 367

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 24

pkg:composer/teon/dkim

v0.2.1 2015-10-19 08:14 UTC

This package is not auto-updated.

Last update: 2024-05-14 23:30:36 UTC


README

Installation

composer require teon/dkim

Usage

$msgContent = "...";
$dkimValidator = new \Teon\DKIM\Validator($msgContent);
if (!$dkimValidator->validateBoolean()) {
    throw new Exception("DKIM validation FAILED!");
}

Changelog

See git history :)