alexsasharegan / crypto
密码哈希工具
1.1.0
2017-02-23 23:05 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-09-14 19:47:46 UTC
README
PHP密码哈希工具
安装
如果你使用的是 Composer
$ composer require alexsasharegan/crypto
那么在供应商自动加载器中要求
<?php require_once 'path/to/vendor/autoload.php';
从 github 安装
$ git clone https://github.com/alexsasharegan/crypto_lib.git
然后在自动加载器中要求
<?php require_once 'path/to/Crypto_lib/Crypto_Autoloader.php';