PHPackages                             siewwp/php-hmac-http - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. siewwp/php-hmac-http

ActiveLibrary[HTTP &amp; Networking](/categories/http)

siewwp/php-hmac-http
====================

Guzzle http client with hmac authentication middleware

v1.1.2(7y ago)03082MITPHP

Since Jun 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/siewwp/php-hmac-http)[ Packagist](https://packagist.org/packages/siewwp/php-hmac-http)[ RSS](/packages/siewwp-php-hmac-http/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (8)Used By (2)

Guzzle http client with hmac
----------------------------

[](#guzzle-http-client-with-hmac)

### Usage

[](#usage)

Providing the key on constructor

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

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

// your usual guzzle stuff
```

Providing the key using key setter

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

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

$client->setKey($key);

// your usual guzzle stuff
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~8 days

Total

7

Last Release

2893d ago

Major Versions

v0.1.2 → v1.0.02018-06-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16881038?v=4)[siewwp](/maintainers/siewwp)[@siewwp](https://github.com/siewwp)

---

Top Contributors

[![siewwp](https://avatars.githubusercontent.com/u/16881038?v=4)](https://github.com/siewwp "siewwp (9 commits)")

### Embed Badge

![Health badge](/badges/siewwp-php-hmac-http/health.svg)

```
[![Health](https://phpackages.com/badges/siewwp-php-hmac-http/health.svg)](https://phpackages.com/packages/siewwp-php-hmac-http)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k543.5M2.5k](/packages/aws-aws-sdk-php)[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M61](/packages/spatie-crawler)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k36](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.7k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M188](/packages/guzzlehttp-guzzle-services)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
