PHP Class ApaiIO\Request\Util

Author: Jan Eichhorn ([email protected])
Datei anzeigen Open project: exeu/apai-io Class Usage Examples

Public Methods

Method Description
buildSignature ( string $stringToSign, string $secretKey ) : string Provides the signature
getTimeStamp ( ) : string Provides the current timestamp according to the requirements of amazon

Method Details

buildSignature() public static method

Provides the signature
public static buildSignature ( string $stringToSign, string $secretKey ) : string
$stringToSign string The string to be signed
$secretKey string The paapi secret key
return string

getTimeStamp() public static method

Provides the current timestamp according to the requirements of amazon
public static getTimeStamp ( ) : string
return string