PHPackages                             hellosign/hawk - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. hellosign/hawk

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

hellosign/hawk
==============

Hawk

0.0.1(4y ago)07MITPHP

Since Oct 30Pushed 4y agoCompare

[ Source](https://github.com/hellosign/dflydev-hawk)[ Packagist](https://packagist.org/packages/hellosign/hawk)[ RSS](/packages/hellosign-hawk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

Hawk — A PHP Implementation
===========================

[](#hawk--a-php-implementation)

> Hawk is an HTTP authentication scheme using a message authentication code (MAC) algorithm to provide partial HTTP request cryptographic verification. — [hawk README](https://github.com/hueniverse/hawk)

Installation
------------

[](#installation)

Through [Composer](http://getcomposer.org/) as [dflydev/hawk](http://packagist.org/packages/dflydev/hawk).

Client
------

[](#client)

### Building a Client

[](#building-a-client)

The `Client` has a few required dependencies. It is generally easier to construct a `Client` by using the `ClientBuilder`. A `Client` can be built without setting anything to get sane defaults.

#### Simple ClientBuilder Example

[](#simple-clientbuilder-example)

```
