Download the PHP package simplestart/start-think without Composer
On this page you can find all versions of the php package simplestart/start-think. 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 start-think
Library for StartCMS
start-think 是一个基于ThinkORM拓展的多应用管理类库
始终秉承 开源 开放 自由的理念
让我们简单地开始!
Simplestart!
主要特性
- 全局事件:实现事件全站分发,自动监听、自动订阅无需手动绑定
- 代码生成:内置优雅代码生成器,一键生成CURD相关接口
- 内置命令:内置前后端启动命令,构建命令,一键安装配置,无需配置开发环境即可启动运行
- 代码生成:内置优雅代码生成器,一键生成CURD相关接口以及接口文档
- 注解文档:集成APIDOC注解文档,一键生成可调试接口文档
- 注解权限:接口注释添加@super, @auth, @admin, @login等标签,一键生成权限菜单及前端路由
- 全局事件:跨应用事件监听、订阅自动化,无需手动绑定
- 通用模型:内置快速关联查询,分页查询,列表查询,详情查询,数据更新及删除
- 通用服务:模型自动关联,内置快速分页查询,列表查询,详情查询,数据更新及删除
- 通用网络请求 (支持 get 及 post,可配置请求证书等)
代码仓库
start-think 为 Apache 协议开源项目,安装使用或二次开发不受约束,欢迎 fork 项目。
部分代码来自互联网,若有异议可以联系作者进行删除。
Github仓库地址:https://github.com/simplestart-cn/start-think
使用说明
- start-think 需要 Composer 支持
- 安装命令
composer require simplestart/start-think
- config/database.php添加自定义查询类
'query' => '\start\Query'
All versions of start-think with dependencies
PHP Build Version
Package Version
Requires
ext-gd Version
*
ext-curl Version *
ext-json Version *
ext-iconv Version *
nelexa/zip Version ^3.3
symfony/var-exporter Version ^4.4.13
ext-curl Version *
ext-json Version *
ext-iconv Version *
nelexa/zip Version ^3.3
symfony/var-exporter Version ^4.4.13
The package simplestart/start-think contains the following files
Loading the files please wait ....