davewid/asylum
Composer 安装命令:
composer require davewid/asylum
包简介
A client/server to perpare data when developing REST APIs
README 文档
README
Asylum is a PHP library to help secure your REST transactions. It is based on Amazon's API security. Requires PHP 5.3+.
Installing
You can use Composer to install the Asylum library. Asylum is hosted on Packagist so all you will need to add to the require section of composer.json file is below.
"require":{ .... "davewid/asylum": "*" .... }
PHP-FIG
Asylum is in compliance with PSR-0 and PSR-1 (except PSR-1 4.3 as my method names are lowercase and underscored).
License
This code is licensed under the MIT license.
Developed by Dave Widmer.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-08-28