library php-hmac-http
Guzzle http client with hmac authentication middleware
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
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
dev-master
9999999-dev
Guzzle http client with hmac authentication middleware
Sources
Download
MIT
The Requires
by
WP Siew
v1.1.2
1.1.2.0
Guzzle http client with hmac authentication middleware
Sources
Download
MIT
The Requires
by
WP Siew
v1.1.1
1.1.1.0
Guzzle http client with hmac authentication middleware
Sources
Download
MIT
The Requires
by
WP Siew
v0.1.2
0.1.2.0
Guzzle http client with hmac authentication middleware
Sources
Download
MIT
The Requires
by
WP Siew
v1.0.0
1.0.0.0
Guzzle http client with hmac authentication middleware
Sources
Download
MIT
The Requires
by
WP Siew
v1.1.0
1.1.0.0
Guzzle http client with hmac authentication middleware
Sources
Download
MIT
The Requires
by
WP Siew
v0.1.1
0.1.1.0
Guzzle http client with hmac authentication middleware
Sources
Download
MIT
The Requires
by
WP Siew
v0.1
0.1.0.0
Guzzle http client with hmac authentication middleware
Sources
Download
MIT
The Requires
by
WP Siew