Download the PHP package zoujingli/think-library without Composer

On this page you can find all versions of the php package zoujingli/think-library. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package think-library

ThinkLibrary for ThinkPHP6

Latest Stable Version Latest Unstable Version Total Downloads Monthly Downloads Daily Downloads PHP Version License

ThinkLibrary 是一个针对 ThinkPHP 6 & 8 的封装库,它提供了完整的 CRUD(创建、读取、更新、删除)操作和一系列常用工具。 该库特别注重多应用支持,为开发者提供便利。前端代码的主仓库位于 Gitee,而 GitHub 则作为镜像仓库用于发布 Composer 包,以方便开发者下载和使用。

功能说明

  1. 数据列表展示组件
  1. 表单处理模块
  1. 数据状态快速处理模块
  1. 数据安全删除模块
  1. 文件存储通用组件
  1. 通用数据保存更新模块
  1. 通用网络请求模块
  1. 系统参数通用 g-k-v 配置模块
  1. UTF8 加密算法支持模块
  1. 接口 CORS 跨域默认支持模块
  1. 表单 CSRF 安全验证模块

参考项目

ThinkAdmin - V6

代码仓库

ThinkLibrary 遵循 MIT 开源协议发布,并免费提供使用。

部分代码来自互联网,若有异议可以联系作者进行删除。

使用说明

  1. 依赖管理:ThinkLibrary 需要 Composer 支持进行安装和依赖管理。
  2. 安装指南:您可以使用以下命令通过 Composer 安装 ThinkLibrary:composer require zoujingli/think-library
  3. 使用示例:在使用 ThinkLibrary 时,确保您的控制器类继承自 think\admin\Controller。一旦继承完成,您就可以通过 $this 对象访问并使用全部功能。

列表处理

表单处理

删除处理

禁用启用处理

文件存储组件( oss 及 qiniu 需要配置参数)

通用数据保存

通用网络请求

系统参数配置(基于 system_config 数据表)

数据加密

自研 UTF8 加密

数据解密

文本转 UTF8 编码

文本 Base64 URL 编码

数据压缩处理

数组结构处理


All versions of think-library with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
ext-gd Version *
ext-curl Version *
ext-json Version *
ext-zlib Version *
ext-iconv Version *
ext-openssl Version *
ext-mbstring Version *
symfony/process Version ^5.4|^6.0|*
topthink/framework Version ^6.0|^8.0|*
topthink/think-migration Version ^3.0|*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zoujingli/think-library contains the following files

Loading the files please wait ....