dragooon/hawk

Hawk

Maintainers

Package info

github.com/Dragooon/php-hawk

pkg:composer/dragooon/hawk

Statistics

Installs: 49 391

Dependents: 0

Suggesters: 0

Stars: 8

Open Issues: 1

dev-master / 1.0.x-dev 2015-10-14 19:42 UTC

This package is not auto-updated.

Last update: 2026-04-02 03:49:00 UTC


README

Hawk is an HTTP authentication scheme using a message authentication code (MAC) algorithm to provide partial HTTP request cryptographic verification. — hawk README

This implementation is a fork of the PHP port of Hawk at dflydev/dflydev-hawk

Usage

Hawk's library is divided into two main parts, Client and Server. See docs/Client.md and docs/Server.md for respective example on how to use them.

License

The MIT License (See LICENSE)

Originally based on dflydev/dflydev-hawk (licensed under MIT)