Download the PHP package gwind55/think-library without Composer
On this page you can find all versions of the php package gwind55/think-library. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gwind55/think-library
More information about gwind55/think-library
Files in gwind55/think-library
Download gwind55/think-library
More information about gwind55/think-library
Files in gwind55/think-library
Vendor gwind55
Package think-library
Short Description ThinkPHP v6.0 Development Library
License MIT
Homepage http://thinkadmin.top
Package think-library
Short Description ThinkPHP v6.0 Development Library
License MIT
Homepage http://thinkadmin.top
Please rate this library. Is it a good library?
Informations about the package think-library
ThinkLibrary 6.0 for ThinkPHP 6.0
ThinkLibrary 6.0 是针对 ThinkPHP 6.0 版本封装的一套工具类库,方便快速构建 WEB 应用。
包含组件
- 数据列表展示(可带高级搜索器)
- FORM表单处理器(表单展示及数据入库)
- 数据状态快速处理(数据指定字段更新,支持多字段同时)
- 数据安全删除处理(硬删除 + 软删除,is_deleted 字段存在则自动软删除)
- 文件存储通用组件(本地服务存储 + 七牛云存储 + 阿里云OSS存储 + 腾讯云COS存储)
- 通用数据保存更新(通过 key 值及 where 判定是否存在,存在则更新,不存在则新增)
- 通用网络请求 (支持 get 及 post,可配置请求证书等)
- 系统参数通用 g-k-v 配置(快速参数长久化配置)
- UTF8加密算法支持(安全URL参数传参数)
- 接口 CORS 跨域默认支持(输出 JSON 标准化)
- 支持表单CSRF安全验证(自动化 FORM 标签替换)
- 更新功能等待您来发现哦....
参考项目
ThinkAdmin - V6.0
- Gitee 仓库 https://gitee.com/zoujingli/ThinkAdmin/tree/v6
- Github 仓库 https://github.com/zoujingli/ThinkAdmin/tree/v6
- 体验地址(账号密码都是admin)https://v6.thinkadmin.top
代码仓库
ThinkLibrary 为 MIT 协议开源项目,安装使用或二次开发不受约束,欢迎 fork 项目。
部分代码来自互联网,若有异议可以联系作者进行删除。
- 在线体验地址:https://v6.thinkadmin.top (账号和密码都是 admin )
- Gitee仓库地址:https://gitee.com/zoujingli/ThinkLibrary
- Github仓库地址:https://github.com/zoujingli/ThinkLibrary
使用说明
- ThinkLibrary 需要 Composer 支持
- 安装命令
composer require zoujingli/think-library 6.0.x-dev
-
案例代码: 控制器需要继承
think\admin\Controller
,然后$this
就可能使用全部功能 -
必要数据库表SQL(sysdata 函数需要用这个表)
-
必要数据库表SQl(sysoplog 函数需要用的这个表)
-
必要数据库表SQL(sysconf 函数需要用到这个表)
- 系统任务列队支持需要的数据表
列表处理
表单处理
删除处理
禁用启用处理
文件存储组件( oss 及 qiniu 需要配置参数)
通用数据保存
通用网络请求
系统参数配置(基于 system_config 数据表)
UTF8加密算法
赞助打赏
All versions of think-library 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
ext-curl Version *
ext-json Version *
ext-iconv Version *
ext-mbstring Version *
topthink/framework Version ^6.0
The package gwind55/think-library contains the following files
Loading the files please wait ....