alexsasharegan/crypto
Composer 安装命令:
composer require alexsasharegan/crypto
包简介
Password hashing utilities
README 文档
README
PHP password hashing utilities
Installation
If you're using Composer:
$ composer require alexsasharegan/crypto
Then require in the vendor autoloader:
<?php require_once 'path/to/vendor/autoload.php';
To install from github:
$ git clone https://github.com/alexsasharegan/crypto_lib.git
Then require in the autoloader:
<?php require_once 'path/to/Crypto_lib/Crypto_Autoloader.php';
Usage
Static Methods
Instance Methods
Other Methods
统计信息
- 总下载量: 57
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-08