2017 © Pedro Peláez
 

library adyen-hpp-hmac

HMAC Generator for Adyen Hosted Payment Pages

image

thomaslorentsen/adyen-hpp-hmac

HMAC Generator for Adyen Hosted Payment Pages

  • Thursday, October 5, 2017
  • by thomaslorentsen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 83 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Build Status Packagist Coverage Status, (*1)

Adyen HHP HMAC Generator

HMAC Generator for Adyen Hosted Payment Pages, (*2)

Installation

Install with composer, (*3)

composer require thomaslorentsen/adyen-hpp-hmac

Usage

$hmacKey = 'YOUR_HMAC_KEY'
$params = [
    "merchantReference" => "SKINTEST-123456789",
    "merchantAccount"   => "merchantAccount",
    "currencyCode"      => "GBP",
    "paymentAmount"     => "2000",
    "sessionValidity"   => "2020-12-25T10:31:06Z",
    "shipBeforeDate"    => "2017-08-25",
    "shopperLocale"     => "en_GB",
    "skinCode"          => "skinCode",
    "brandCode"         => "paypal_ecs",
    "shopperEmail"      => "test@adyen.com",
    "shopperReference"  => "123",
];

You can call the function directory to get a hash, (*4)

adyen_hmac($hmacKey, $params);

Get a hash using the class, (*5)

$signature = new Signature();
$hash = $signature->generate($hmacKey, $params);

Validate a hash, (*6)

$signature = new Signature($hmacKey);
$hash = $signature->validate($signature, $params);

Testing

vendor/bin/phpunit

The Versions

05/10 2017

dev-master

9999999-dev

HMAC Generator for Adyen Hosted Payment Pages

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tom Lorentsen

07/09 2017

v0.3.1

0.3.1.0

HMAC Generator for Adyen Hosted Payment Pages

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tom Lorentsen

01/09 2017

0.3.0

0.3.0.0

HMAC Generator for Adyen Hosted Payment Pages

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tom Lorentsen

31/08 2017

0.2.2

0.2.2.0

HMAC Generator for Adyen Hosted Payment Pages

  Sources   Download

MIT

The Development Requires

by Tom Lorentsen

31/08 2017

0.2.1

0.2.1.0

HMAC Generator for Adyen Hosted Payment Pages

  Sources   Download

MIT

The Development Requires

by Tom Lorentsen

31/08 2017

0.2.0

0.2.0.0

HMAC Generator for Adyen Hosted Payment Pages

  Sources   Download

MIT

The Development Requires

by Tom Lorentsen

31/08 2017

0.1.0

0.1.0.0

HMAC Generator for Adyen Hosted Payment Pages

  Sources   Download

MIT

The Development Requires

by Tom Lorentsen

29/08 2017

0.0.1

0.0.1.0

HMAC Generator for Adyen Hosted Payment Pages

  Sources   Download

MIT

The Development Requires

by Tom Lorentsen