Download the PHP package simplestart/start-library without Composer
On this page you can find all versions of the php package simplestart/start-library. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download simplestart/start-library
More information about simplestart/start-library
Files in simplestart/start-library
Download simplestart/start-library
More information about simplestart/start-library
Files in simplestart/start-library
Vendor simplestart
Package start-library
Short Description Simplestart Library For Thinkphp V6.0
License Apache-2.0
Package start-library
Short Description Simplestart Library For Thinkphp V6.0
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package start-library
Library for ThinkPHP 6.0
start-library 是针对 ThinkPHP 6.0 版本封装的一套多应用工具类库,方便快速构建 WEB 应用。
包含组件
- 通用模型 (快速信息查询,分页查询,列表查询,数据安全删除处理:is_deleted 字段存在则自动软删除)
- 通用服务 (模型自动关联,快速信息查询,分页查询,列表查询,数据更新)
- 通用控制器 (快速输入验证,自动化CSRF安全验证)
- 通用文件存储 (本地存储 + 阿里云OSS存储 + 腾讯云COS存储 + 七牛云存储)
- 通用网络请求 (支持 get 及 post,可配置请求证书等)
- UTF8加密算法支持(安全URL参数传参数)
- 接口CORS跨域默认支持(输出 JSON 标准化)
代码仓库
start-library 为 Apache 协议开源项目,安装使用或二次开发不受约束,欢迎 fork 项目。 部分代码来自互联网,若有异议可以联系作者进行删除。
使用说明
- start-library 需要 Composer 支持
- 安装命令
composer require simplestart/start-library 1.0.0
- 案例代码:
控制器需要继承
start\Controller
,然后$this
就可能使用全部功能
文件存储组件( cos 、 oss 及 qiniu 需要配置参数,无配置参数则执行本地存储)
通用网络请求
系统参数配置(基于 admin_config 数据表)
UTF8加密算法
应用菜单构建
1.0.3 更新说明
- 添加菜单构建命令
- 调整基础查询参数结构
- 取消快速排序属性
1.0.4 更新说明
- 快速验证添加严格模式,开启后将只接收经过验证的参数
- 添加全局获取当前管理员方法get_admin_id(),get_admin_name()
- 优化模型快速查询方法,支持关联及操作符查询
- 修复一些已知问题
All versions of start-library with dependencies
PHP Build Version
Package Version
Requires
ext-gd Version
*
ext-curl Version *
ext-json Version *
ext-iconv Version *
topthink/framework Version ^6.0
ext-curl Version *
ext-json Version *
ext-iconv Version *
topthink/framework Version ^6.0
The package simplestart/start-library contains the following files
Loading the files please wait ....