PHPackages                             99designs/http-signatures-guzzle - 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. 99designs/http-signatures-guzzle

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

99designs/http-signatures-guzzle
================================

Sign and verify HTTP messages with Guzzle

v2.0(9y ago)432.8k↑12.5%3MITPHPPHP &gt;=5.5CI failing

Since Aug 28Pushed 9y ago67 watchersCompare

[ Source](https://github.com/99designs/http-signatures-guzzle)[ Packagist](https://packagist.org/packages/99designs/http-signatures-guzzle)[ Docs](https://github.com/99designs/http-signatures-guzzle)[ RSS](/packages/99designs-http-signatures-guzzle/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

HTTP Signatures Guzzle 3
========================

[](#http-signatures-guzzle-3)

[![Build Status](https://camo.githubusercontent.com/86fd3ed7ee68569d5ef5599754a7ea22ba51d6b4e0b915fd429abaa687780f8f/68747470733a2f2f7472617669732d63692e6f72672f393964657369676e732f687474702d7369676e6174757265732d67757a7a6c652e737667)](https://travis-ci.org/99designs/http-signatures-guzzle)

Adds [99designs/http-signatures](https://github.com/99designs/http-signatures-php) support to Guzzle 3.
For Guzzle 4 see the [99designs/http-signatures-guzzlehttp](https://github.com/99designs/http-signatures-guzzlehttp) repo.

Signing with Guzzle 3
---------------------

[](#signing-with-guzzle-3)

This library includes support for automatically signing Guzzle requests using an event subscriber.

```
use HttpSignatures\Context;
use HttpSignatures\Guzzle\RequestSubscriber;

$context = new Context(array(
  'keys' => array('examplekey' => 'secret-key-here'),
  'algorithm' => 'hmac-sha256',
  'headers' => array('(request-target)', 'Date', 'Accept'),
));

$client = new \Guzzle\Http\Client('http://example.org');
$client->addSubscriber(new RequestSubscriber($context));

// The below will now send a signed request to: http://example.org/path?query=123
$client->get('/path?query=123', array(
  'Date' => 'Wed, 30 Jul 2014 16:40:19 -0700',
  'Accept' => 'llamas',
))->send();
```

Contributing
------------

[](#contributing)

Pull Requests are welcome.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~156 days

Recently: every ~195 days

Total

6

Last Release

3547d ago

Major Versions

v0.1 → 1.0.02014-10-27

1.0.1 → v2.02016-10-17

PHP version history (2 changes)v0.0.1PHP &gt;=5.3.0

v2.0PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/9774882060edf784e5983eabb3d1d9bf2b0517773afd641696d1c56e18a78ad1?d=identicon)[navitronic](/maintainers/navitronic)

---

Top Contributors

[![navitronic](https://avatars.githubusercontent.com/u/180519?v=4)](https://github.com/navitronic "navitronic (14 commits)")[![rubensayshi](https://avatars.githubusercontent.com/u/649160?v=4)](https://github.com/rubensayshi "rubensayshi (1 commits)")

---

Tags

httphttpsGuzzlesignaturesigninghmacsigned

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/99designs-http-signatures-guzzle/health.svg)

```
[![Health](https://phpackages.com/badges/99designs-http-signatures-guzzle/health.svg)](https://phpackages.com/packages/99designs-http-signatures-guzzle)
```

###  Alternatives

[99designs/http-signatures

Sign and verify HTTP messages

47791.1k7](/packages/99designs-http-signatures)[99designs/http-signatures-guzzlehttp

Sign and verify HTTP messages with Guzzle 6

13205.4k5](/packages/99designs-http-signatures-guzzlehttp)[league/uri

URI manipulation library

1.1k240.0M392](/packages/league-uri)[league/uri-interfaces

Common tools for parsing and resolving RFC3987/RFC3986 URI

539238.7M44](/packages/league-uri-interfaces)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78127.7M466](/packages/react-http)[php-http/guzzle7-adapter

Guzzle 7 HTTP Adapter

9164.6M721](/packages/php-http-guzzle7-adapter)

PHPackages © 2026

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