vperyod/simple-lock
Composer 安装命令:
composer require vperyod/simple-lock
包简介
Simple low security access restriction/password protection PSR7 middleware
README 文档
README
#vperyod.simple-lock Simple low security access restriction/password protection PSR7 middleware
Installation
composer require vperyod/simple-lock
Usage
use Vperyod\SimpleLock\LockHandler; use Vperyod\SimpleLock\Verify\Password; if ($_ENV['LOCK']) { $password = new Password($_ENV['LOCK_PW']); // Password Verifier $lockHandler = new LockHandler($password); // Lock Handler Middleware $stack->middleware($lockHandler); // Add middleware early }
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-28