Download the PHP package cindy-lmz/think6-libray without Composer
On this page you can find all versions of the php package cindy-lmz/think6-libray. 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 think6-libray
thinkphp6 接口版本
包含组件
- 数据列表展示(可带高级搜索器)
- FORM表单处理器(表单展示及数据入库)
- 数据状态快速处理(数据指定字段更新,支持多字段同时)
- 数据安全删除处理(硬删除 + 软删除,is_deleted 字段存在则自动软删除)
- 文件存储通用组件(本地服务存储 + 阿里云OSS存储 + 七牛云存储)
- 通用数据保存更新(通过 key 值及 where 判定是否存在,存在则更新,不存在则新增)
- 通用网络请求 (支持 get 及 post,可配置请求证书等)
- 系统参数通用 g-k-v 配置(快速参数长久化配置)
- UTF8加密算法支持(安全URL参数传参数)
- 接口 CORS 跨域默认支持(输出 JSON 标准化)
- 支持表单CSRF安全验证(自动化 FORM 标签替换)
参考项目
使用说明
控制器需要继承 think\admin\Controller
,然后$this
就可能使用全部功能
-
必要数据库表SQL(sysdata 函数需要用这个表)
-
必要数据库表SQl(sysoplog 函数需要用的这个表)
-
必要数据库表SQL(sysconf 函数需要用到这个表)
- 系统任务列队支持需要的数据表
列表处理
表单处理
删除处理
禁用启用处理
文件存储组件( oss 及 qiniu 需要配置参数)
通用数据保存
通用网络请求
系统参数配置(基于 system_config 数据表)
UTF8加密算法
All versions of think6-libray with dependencies
PHP Build Version
Package Version
Requires
ext-gd Version
*
ext-curl Version *
ext-json Version *
ext-iconv Version *
ext-mbstring Version *
topthink/framework Version ^6.0
alibabacloud/client Version ^1.5
tlingc/think-aliyunsls Version ^1.0
ext-curl Version *
ext-json Version *
ext-iconv Version *
ext-mbstring Version *
topthink/framework Version ^6.0
alibabacloud/client Version ^1.5
tlingc/think-aliyunsls Version ^1.0
The package cindy-lmz/think6-libray contains the following files
Loading the files please wait ....