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.
- Host: GitHub
- URL: https://github.com/chadicus/hmac-middleware-php
- Owner: chadicus
- License: mit
- Created: 2016-05-24T01:31:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T01:25:15.000Z (over 8 years ago)
- Last Synced: 2025-02-25T00:49:31.124Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PSR Hmac Middlware
[](https://travis-ci.org/chadicus/hmac-middleware-php)
[](https://scrutinizer-ci.com/g/chadicus/hmac-middleware-php/?branch=master)
[](https://coveralls.io/github/chadicus/hmac-middleware-php?branch=master)
[](https://packagist.org/packages/chadicus/psr-middleware-hmac)
[](https://packagist.org/packages/chadicus/psr-middleware-hmac)
[](https://packagist.org/packages/chadicus/psr-middleware-hmac)
[](https://packagist.org/packages/chadicus/psr-middleware-hmac)
[](https://packagist.org/packages/chadicus/psr-middleware-hmac)
[](https://packagist.org/packages/chadicus/psr-middleware-hmac)
[](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
```