2017 © Pedro Peláez
 

library php-hmac-http

Guzzle http client with hmac authentication middleware

image

siewwp/php-hmac-http

Guzzle http client with hmac authentication middleware

  • Monday, July 30, 2018
  • by siewwp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 209 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Guzzle http client with hmac

Usage

Providing the key on constructor, (*1)

$key = Acquia\Hmac\Key($appId, $appSecret);

$client = new \Siewwp\HmacHttp\HttpClient($options, $key);

// your usual guzzle stuff

Providing the key using key setter, (*2)

$client = new \Siewwp\HmacHttp\HttpClient($options, $key);

$key = Acquia\Hmac\Key($appId, $appSecret);

$client->setKey($key);

// your usual guzzle stuff

The Versions

30/07 2018

dev-master

9999999-dev

Guzzle http client with hmac authentication middleware

  Sources   Download

MIT

The Requires

 

by WP Siew

30/07 2018

v1.1.2

1.1.2.0

Guzzle http client with hmac authentication middleware

  Sources   Download

MIT

The Requires

 

by WP Siew

30/07 2018

v1.1.1

1.1.1.0

Guzzle http client with hmac authentication middleware

  Sources   Download

MIT

The Requires

 

by WP Siew

16/06 2018

v0.1.2

0.1.2.0

Guzzle http client with hmac authentication middleware

  Sources   Download

MIT

The Requires

 

by WP Siew

16/06 2018

v1.0.0

1.0.0.0

Guzzle http client with hmac authentication middleware

  Sources   Download

MIT

The Requires

 

by WP Siew

16/06 2018

v1.1.0

1.1.0.0

Guzzle http client with hmac authentication middleware

  Sources   Download

MIT

The Requires

 

by WP Siew

16/06 2018

v0.1.1

0.1.1.0

Guzzle http client with hmac authentication middleware

  Sources   Download

MIT

The Requires

 

by WP Siew

10/06 2018

v0.1

0.1.0.0

Guzzle http client with hmac authentication middleware

  Sources   Download

MIT

The Requires

 

by WP Siew