ilanco/slim-auth-hmac
Composer 安装命令:
composer require ilanco/slim-auth-hmac
包简介
HMAC Auth Middleware for the Slim PHP Framework
README 文档
README
Slim HMAC Authentication Middleware is a Slim middleware library that authenticates requests with HMAC.
Requirements
- PHP 5.4
- Slim Framework 2
Installation
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
Documentation is provided in the code.
Development
Slim Auth HMAC is hosted by GitHub. You can download the code and contribute here: ilanco/slim-auth-hmac.
Bug Reporting
Please open a Github issue if you find a bug.
Licensing
Please see the file called LICENSE.
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-05