DKIM generation and use class.

package OwpDkim

 Methods

createDkimRecords

createDkimRecords($domain, string $file_path = "", string $selector = "owp") : array
Static
method
access public
author Brian Tafoya
version 1.0

Parameters

$domain

$file_path

string

$selector

string

Exceptions

\Exception Unable to create the DKIM directory.

Returns

arrayDkim instructions will be output.

keyFileNamePath

keyFileNamePath(string $domain) : array
Static
method
access public
author Brian Tafoya
version 1.0

Parameters

$domain

string

Domain to generate filename for.

Returns

array

validateDkim

validateDkim(string $domain, string $file_path) : boolean
Static
method
access public
author Brian Tafoya
version 1.0

Parameters

$domain

string

The domain to generate DKIM keys.

$file_path

string

File path used to store the keys and instructions.

Returns

booleanDkim exist.

generateKeys

generateKeys() : array
Static
method
access private
author Brian Tafoya
version 1.0

Returns

array

Recursively create a long directory path

createPath(string $path) : boolean
Static
method
access private

Parameters

$path

string

Path to create.

Returns

boolean

generateInstructions

generateInstructions($domain, $dkim_selector, $dkim_record, $spf_record, $keys, $file_path) : array
Static
author Brian Tafoya
version 1.0

Parameters

$domain

$dkim_selector

$dkim_record

$spf_record

$keys

$file_path

Returns

array