Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 470 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 470 Bytes

autograph-php

Build Status

A simple php library to sign objects using HMAC-SHA

Installation

Add the following line to your composer.json and run composer update:

{
  "require": {
    "eelkevdbos/autograph-php": "dev-master"
  }
}

Can also be installed by executing composer require eelkevdbos/autograph-php dev-master