/autograph-php

Small php library to sign objects using HMAC-SHA

Primary LanguagePHPMIT LicenseMIT

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