2017 © Pedro Peláez
 

library slim-auth-hmac

HMAC Auth Middleware for the Slim PHP Framework

image

ilanco/slim-auth-hmac

HMAC Auth Middleware for the Slim PHP Framework

  • Thursday, October 30, 2014
  • by ilanco
  • Repository
  • 0 Watchers
  • 3 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 18 % Grown

The README.md

Slim HMAC Authentication Middleware

Slim HMAC Authentication Middleware is a Slim middleware library that authenticates requests with HMAC., (*1)

Build Status, (*2)

Requirements

  • PHP 5.4
  • Slim Framework 2

Installation

The only (currently) supported method of installation is via Composer., (*3)

Create a composer.json file in the root of your project:, (*4)

``` json { "require": { "ilanco/slim-auth-hmac": "dev-master" } }, (*5)


And then run: `composer install` Add the autoloader to your project: ``` php <?php require_once 'vendor/autoload.php'

You're now ready to begin using Slim HMAC Authentication Middleware., (*6)

Documentation

Documentation is provided in the code., (*7)

Development

Slim Auth HMAC is hosted by GitHub. You can download the code and contribute here: ilanco/slim-auth-hmac., (*8)

Bug Reporting

Please open a Github issue if you find a bug., (*9)

Licensing

Please see the file called LICENSE., (*10)

The Versions

30/10 2014

dev-master

9999999-dev https://github.com/ilanco/slim-auth-hmac

HMAC Auth Middleware for the Slim PHP Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

middleware auth hmac slim http auth