tourze / security
途者框架-安全处理相关
v1.0.1
2015-09-09 06:11 UTC
Requires
- bjeavons/zxcvbn-php: ^0.1
- ramsey/uuid: ^2.8
- tourze/base: ^1.0
This package is auto-updated.
Last update: 2024-11-19 05:23:53 UTC
README
集合安全相关的操作。
安装
首先需要下载和安装composer,具体请查看官网的Download页面
在你的composer.json
中增加:
"require": {
"tourze/security": "^1.0"
},
或直接执行
composer require tourze/security:"^1.0"