PHPackages                             zoujingli/think-plugs-helper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. zoujingli/think-plugs-helper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zoujingli/think-plugs-helper
============================

Developer Tools for ThinkAdmin

v1.0.2(3mo ago)062Apache-2.0PHPPHP ^8.1

Since Mar 1Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/zoujingli/think-plugs-helper)[ Packagist](https://packagist.org/packages/zoujingli/think-plugs-helper)[ Docs](https://thinkadmin.top)[ RSS](/packages/zoujingli-think-plugs-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

ThinkPlugsHelper for ThinkAdmin
===============================

[](#thinkplugshelper-for-thinkadmin)

[![Latest Stable Version](https://camo.githubusercontent.com/9227322e838a72a9e8f8e5225930c5032d4ea47a836b7d5fc2e52e1fab0585d8/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d68656c7065722f762f737461626c65)](https://packagist.org/packages/zoujingli/think-plugs-helper)[![Total Downloads](https://camo.githubusercontent.com/0d4d5eedc2f5492b37236fefd72a2eedb40d858060c896f084aacadee50d9c63/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d68656c7065722f646f776e6c6f616473)](https://packagist.org/packages/zoujingli/think-plugs-helper)[![Monthly Downloads](https://camo.githubusercontent.com/284e06b8aba33f6ee4ea6fde7fc65dceb4cb1eee69e27cd6ff56d0ac79d6f8ba/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d68656c7065722f642f6d6f6e74686c79)](https://packagist.org/packages/zoujingli/think-plugs-helper)[![Daily Downloads](https://camo.githubusercontent.com/0a652d4d5d5ae351164f3390e95126e1437d4225d8018e3c429d4a6253a4eaf2/68747470733a2f2f706f7365722e707567782e6f72672f7a6f756a696e676c692f7468696e6b2d706c7567732d68656c7065722f642f6461696c79)](https://packagist.org/packages/zoujingli/think-plugs-helper)[![PHP Version](https://camo.githubusercontent.com/6edd55d00ff169d80f252ddfcd8137da3213250a8ebd4626e06ca0f80efb0657/68747470733a2f2f7468696e6b61646d696e2e746f702f7374617469632f69636f6e2f7068702d372e312e737667)](https://thinkadmin.top)[![License](https://camo.githubusercontent.com/19fc612e53ce480eb2c33989f2fbfa3f3215e4d241835209b555c184569713c6/68747470733a2f2f7468696e6b61646d696e2e746f702f7374617469632f69636f6e2f6c6963656e73652d617061636865322e737667)](https://www.apache.org/licenses/LICENSE-2.0)

**ThinkPlugsHelper** 是为便捷 ThinkAdmin 开发而制做的工具包。

### 加入我们

[](#加入我们)

我们的代码仓库已移至 **Github**，而 **Gitee** 则仅作为国内镜像仓库，方便广大开发者获取和使用。若想提交 **PR** 或 **ISSUE** 请在 [ThinkAdminDeveloper](https://github.com/zoujingli/ThinkAdminDeveloper) 仓库进行操作，如果在其他仓库操作或提交问题将无法处理！.

### 安装插件

[](#安装插件)

```
### 安装前建议尝试更新所有组件
composer update --optimize-autoloader

### 安装稳定版本 ( 插件仅支持在 ThinkAdmin v6.1 中使用 )
composer require zoujingli/think-plugs-helper --optimize-autoloader --dev

### 安装测试版本（ 插件仅支持在 ThinkAdmin v6.1 中使用 ）
composer require zoujingli/think-plugs-helper dev-master --optimize-autoloader --dev
```

### 使用注释

[](#使用注释)

执行下面的指令即可实现模型字段注释。

```
php think xadmin:helper:model
```

### 卸载插件

[](#卸载插件)

```
composer remove zoujingli/think-plugs-helper
```

### 业务功能特性

[](#业务功能特性)

**核心开发工具：**

- **模型字段注释**: 自动生成数据库模型的字段注释，提升代码可读性和开发效率
- **开发辅助工具**: 提供便捷的开发命令和工具函数，简化 ThinkAdmin 开发流程
- **代码生成**: 支持自动生成标准的模型、控制器等代码模板
- **调试支持**: 提供开发环境下的调试工具和日志记录功能
- **文档生成**: 支持自动生成 API 文档和代码文档

**技术特性：**

- **Apache2 开源协议**: 遵循 Apache2 开源协议，免费提供使用
- **开发专用**: 作为开发工具包，仅在开发环境使用（--dev 参数）
- **轻量级设计**: 无需独立数据表，减少生产环境依赖
- **向后兼容**: 保持与现有 ThinkAdmin 版本的兼容性
- **易用性**: 简单的命令行接口，快速上手使用

### 插件数据

[](#插件数据)

该插件未使用独立数据表；

### 版权说明

[](#版权说明)

**ThinkPlugsHelper** 遵循 **Apache2** 开源协议发布，并提供免费使用。

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有 Copyright © 2014-2025 by ThinkAdmin () All rights reserved。

更多细节参阅 [LICENSE.txt](license)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance83

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~169 days

Total

3

Last Release

105d ago

PHP version history (2 changes)v1.0.0PHP &gt;7.1

v1.0.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/c806d477ba01d9441023f3cc9a7c70e6491a189d0aae80bca2cc444691e31723?d=identicon)[zoujingli](/maintainers/zoujingli)

---

Top Contributors

[![zoujingli](https://avatars.githubusercontent.com/u/4349951?v=4)](https://github.com/zoujingli "zoujingli (13 commits)")

### Embed Badge

![Health badge](/badges/zoujingli-think-plugs-helper/health.svg)

```
[![Health](https://phpackages.com/badges/zoujingli-think-plugs-helper/health.svg)](https://phpackages.com/packages/zoujingli-think-plugs-helper)
```

###  Alternatives

[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1481.0k](/packages/eliashaeussler-typo3-form-consent)[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)[inspiredminds/contao-fieldset-duplication

Contao extension to allow the duplication of form fieldsets in the front end by the user for additional input fields.

158.2k1](/packages/inspiredminds-contao-fieldset-duplication)[numero2/contao-storelocator

Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data

121.5k](/packages/numero2-contao-storelocator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
