PHPackages                             ilanco/slim-auth-hmac - 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. ilanco/slim-auth-hmac

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

ilanco/slim-auth-hmac
=====================

HMAC Auth Middleware for the Slim PHP Framework

3472[1 issues](https://github.com/ilanco/slim-auth-hmac/issues)PHP

Since Oct 30Pushed 11y agoCompare

[ Source](https://github.com/ilanco/slim-auth-hmac)[ Packagist](https://packagist.org/packages/ilanco/slim-auth-hmac)[ RSS](/packages/ilanco-slim-auth-hmac/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Slim HMAC Authentication Middleware
===================================

[](#slim-hmac-authentication-middleware)

***Slim HMAC Authentication Middleware*** is a Slim middleware library that authenticates requests with HMAC.

[![Build Status](https://camo.githubusercontent.com/4502e125a5eb5ad2d6aad991de048bda472ddf5adb711b05d0d5a284dd879067/68747470733a2f2f7472617669732d63692e6f72672f696c616e636f2f736c696d2d617574682d686d61632e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ilanco/slim-auth-hmac)

Requirements
------------

[](#requirements)

- PHP 5.4
- Slim Framework 2

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

[](#installation)

The only (currently) supported method of installation is via [Composer](http://getcomposer.org).

Create a `composer.json` file in the root of your project:

```
{
    "require": {
        "ilanco/slim-auth-hmac": "dev-master"
    }
}
```

And then run: `composer install`

Add the autoloader to your project:

```
