tvorwachs/phpass
最新稳定版本:v0.3.0
Composer 安装命令:
composer require tvorwachs/phpass
包简介
Portable PHP password hashing framework based on http://openwall.com/phpass/
README 文档
README
This is Openwall's Phpass, based on the 0.3 release for namespace and composer:
The changes are only for composer and namespace. The source code is in the public domain. I claim no ownership, but needed it for one of my projects..
0.3.x- Original version. Requiresphp >= 5.3.3.
Installation
Add this requirement to your composer.json file and run composer.phar install:
{
"require": {
"tvorwachs/phpass": "v0.3.0"
}
}
or
run composer require tvorwachs/phpass
统计信息
- 总下载量: 918
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Public
- 更新时间: 2016-11-09