Slim HMAC Authentication Middleware is a Slim middleware library that authenticates requests with HMAC.
- PHP 5.4
- Slim Framework 2
The only (currently) supported method of installation is via Composer.
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:
<?php
require_once 'vendor/autoload.php'You're now ready to begin using Slim HMAC Authentication Middleware.
Documentation is provided in the code.
Slim Auth HMAC is hosted by GitHub. You can download the code and contribute here: ilanco/slim-auth-hmac.
Please open a Github issue if you find a bug.
Please see the file called LICENSE.