Download the PHP package lion9966/think-utils without Composer
On this page you can find all versions of the php package lion9966/think-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package think-utils
think-utils
thinkphp 6 常用工具集合
将thinkphp常用的:
- 错误提示(think-exception),
- 权限管理(think-permission),
- JWT,
- 集成腾讯短信验证,邮件验证码发送,
- 密码
- 随机数
- 树
安装
使用方法
-
错误提示(think-exception):
- 权限管理(think-permission): 安装后,配置连接好数据库后,执行命令:
进行数据库安装
使用方法,具体见: lion9966\think-permission
-
JWT: 自动集成lcobucci/jwt 4.3.0,已设置好Token,中间件直接使用即可
-
集成腾讯短信验证,邮件验证码发送: 自动集成腾讯qcloudsms/qcloudsms_php短信发送,可在此基础SmsCode改发送其他短信; 自动集成邮件swiftmailer/swiftmailer发送,可以在此基础上SendCodeMail改发送其他邮件; 默认只发送验证码
-
密码: 密码产生和验证方法Password
-
随机数: uuid和随机字符串产生方法Random
- 树:
另外:验证/登录后用户数据
配置,具体见:
//权限验证过滤
auth;
//权限管理数据库配置
permission
//工具集合综合配置(涉及到敏感信息,必须修改)
utils
All versions of think-utils with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
topthink/framework Version ^6.1.0
topthink/think-orm Version ^2.0
topthink/think-filesystem Version ^1.0
lcobucci/jwt Version ^4.3.0|^5.0.0
qcloudsms/qcloudsms_php Version 0.1.4
swiftmailer/swiftmailer Version ^5.3|^6.0
topthink/framework Version ^6.1.0
topthink/think-orm Version ^2.0
topthink/think-filesystem Version ^1.0
lcobucci/jwt Version ^4.3.0|^5.0.0
qcloudsms/qcloudsms_php Version 0.1.4
swiftmailer/swiftmailer Version ^5.3|^6.0
The package lion9966/think-utils contains the following files
Loading the files please wait ....