devtoolsguru/password
Composer 安装命令:
composer require devtoolsguru/password
包简介
Password object for PHP
关键字:
README 文档
README
A simple password class to wrap the internal PHP password_* functions to make things easier to use.
Install
Via Composer
$ composer require DevToolsGuru/Password
Usage
$password = new DevToolsGuru\Password('WhateverTheUserProvides');
echo $password->getHash();
For more usage information see the documentation:
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Github READONLY Mirror
The GitHub repository is a READONLY mirror of the repository. Please see the Gitlab repository to make contributions.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 59
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-24