An open API service indexing awesome lists of open source software.

https://github.com/chadicus/hmac-middleware-php

Offers authentication middleware for various key/token hashing methods.
https://github.com/chadicus/hmac-middleware-php

Last synced: about 1 month ago
JSON representation

Offers authentication middleware for various key/token hashing methods.

Awesome Lists containing this project

README

          

# PSR Hmac Middlware

[![Build Status](https://travis-ci.org/chadicus/hmac-middleware-php.svg?branch=master)](https://travis-ci.org/chadicus/hmac-middleware-php)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/chadicus/hmac-middleware-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/chadicus/hmac-middleware-php/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/chadicus/hmac-middleware-php/badge.svg?branch=master)](https://coveralls.io/github/chadicus/hmac-middleware-php?branch=master)

[![Latest Stable Version](https://poser.pugx.org/chadicus/psr-middleware-hmac/v/stable)](https://packagist.org/packages/chadicus/psr-middleware-hmac)
[![Latest Unstable Version](https://poser.pugx.org/chadicus/psr-middleware-hmac/v/unstable)](https://packagist.org/packages/chadicus/psr-middleware-hmac)
[![License](https://poser.pugx.org/chadicus/psr-middleware-hmac/license)](https://packagist.org/packages/chadicus/psr-middleware-hmac)

[![Total Downloads](https://poser.pugx.org/chadicus/psr-middleware-hmac/downloads)](https://packagist.org/packages/chadicus/psr-middleware-hmac)
[![Daily Downloads](https://poser.pugx.org/chadicus/psr-middleware-hmac/d/daily)](https://packagist.org/packages/chadicus/psr-middleware-hmac)
[![Monthly Downloads](https://poser.pugx.org/chadicus/psr-middleware-hmac/d/monthly)](https://packagist.org/packages/chadicus/psr-middleware-hmac)

[![Documentation](https://img.shields.io/badge/reference-phpdoc-blue.svg?style=flat)](http://pholiophp.org/chadicus/psr-middleware-hmac)

## Requirements

Requires PHP 7.0 (or later).

## Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `chadicus/psr-middleware-hmac` to your project's `composer.json` file such as:

```sh
composer require chadicus/psr-middleware-hmac
```

## Contact
Developers may be contacted at:

* [Pull Requests](https://github.com/chadicus/psr-middleware-hmac/pulls)
* [Issues](https://github.com/chadicus/psr-middleware-hmac/issues)

## Project Build
With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:

```sh
composer install
./vendor/bin/phpunit
```