PHPackages                             mobomo/guzzle-azure-hmac-auth - 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. mobomo/guzzle-azure-hmac-auth

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

mobomo/guzzle-azure-hmac-auth
=============================

Azure HMAC Authentication

0125.9k↓70.1%1PHP

Since Jun 6Pushed 3y ago24 watchersCompare

[ Source](https://github.com/mobomo/guzzle-azure-hmac-auth)[ Packagist](https://packagist.org/packages/mobomo/guzzle-azure-hmac-auth)[ RSS](/packages/mobomo-guzzle-azure-hmac-auth/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Usage
=====

[](#usage)

```
use GuzzleHttp\Client;
use GuzzleHttp\HandlerStack;
use GuzzleHttp\Psr7\Request;
use Mobomo\AzureHmacAuth\AzureHMACMiddleware;

$azureHMACMiddleware = new AzureHMACMiddleware('');

$handlerStack = HandlerStack::create();
$handlerStack->push($azureHMACMiddleware, 'hmac-auth');

$resourceEndpoint = "https://.communication.azure.com";
$requestPath = "/emails:send?api-version=2023-03-31";
$requestUri = "{$resourceEndpoint}{$requestPath}";

$serializedBody = "";

$client = new Client([
    'handler' => $handlerStack,
]);
$requestMessage = new Request(
    'POST',
    $requestUri,
    array(
        'Content-Type' => 'application/json',
    ),
    $serializedBody
);

$response = $client->send($requestMessage);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/699786bb2a3fdb4c54a6dff5faa56d2bd12cf43a06c811334f114544153dc52f?d=identicon)[mobomo](/maintainers/mobomo)

![](https://www.gravatar.com/avatar/ad544975b35443d6d2ddb58208fe091147a9b9ff52b672120d03fcd3dd6aaa6b?d=identicon)[stevenlafl](/maintainers/stevenlafl)

---

Top Contributors

[![stevenlafl](https://avatars.githubusercontent.com/u/2539092?v=4)](https://github.com/stevenlafl "stevenlafl (5 commits)")

---

Tags

authenticationauthentication-middlewareazureguzzleguzzle-middlewarehmac

### Embed Badge

![Health badge](/badges/mobomo-guzzle-azure-hmac-auth/health.svg)

```
[![Health](https://phpackages.com/badges/mobomo-guzzle-azure-hmac-auth/health.svg)](https://phpackages.com/packages/mobomo-guzzle-azure-hmac-auth)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M92](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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