# think-sdk **Repository Path**: anthonyjhon/think-sdk ## Basic Information - **Project Name**: think-sdk - **Description**: ThinkPHP8框架开发集成包 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-03-01 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: Composer ## README

Think-SDK

ThinkPHP8框架开发集成包
## 🤷‍♀️ 介绍 ThinkPHP8框架开发集成包 ## 📌 架构 基于PHP`8.0.0`以上版本和ThinkPHP`8.0`版本框架开发 ## 🚀 使用 ### 安装 ```shell composer require henan/think-sdk ``` ### 配置 [配置文件](./src/config.php) ## 📚 目录结构 ``` ├── src │ ├── define 自定义目录 │ ├── helper 助手目录 │ ├── middleware 中间件目录 │ ├── model 模型目录 │ ├── service 服务目录 │ ├── traits 特征目录 │ ├── utils 工具目录 │ └── config.php 配置文件 ``` ## 📑 模块 - [Define自定义模块](./docs/Define.md) - [Helper助手模块](./docs/Helper.md) - [Middleware中间件模块](./docs/Middleware.md) - [Model模型模块](./docs/Model.md) - [Service服务模块](./docs/Service.md) - [Traits特征模块](./docs/Traits.md) - [Utils工具模块](./docs/Utils.md) - [API模块](./docs/API.md) ## 📦 依赖 - topthink/framework - bingher/ding-bot - aliyuncs/oss-sdk-php - phpmailer/phpmailer - firebase/php-jwt - phpoffice/phpexcel - aferrandini/phpqrcode - topthink/think-queue