dev-master
9999999-dev https://github.com/ilanco/slim-auth-hmacHMAC Auth Middleware for the Slim PHP Framework
MIT
The Requires
- php >=5.4.0
- pomm/pomm 1.2.*
- slim/slim 2.*
The Development Requires
by Ilan Cohen
middleware auth hmac slim http auth
Wallogit.com
2017 © Pedro Peláez
HMAC Auth Middleware for the Slim PHP Framework
Slim HMAC Authentication Middleware is a Slim middleware library that authenticates requests with HMAC., (*1)
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 is provided in the code., (*7)
Slim Auth HMAC is hosted by GitHub. You can download the code and contribute here: ilanco/slim-auth-hmac., (*8)
Please open a Github issue if you find a bug., (*9)
Please see the file called LICENSE., (*10)
HMAC Auth Middleware for the Slim PHP Framework
MIT
middleware auth hmac slim http auth