PHPackages                             nbczw8750/think-generate - 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. nbczw8750/think-generate

ActiveLibrary

nbczw8750/think-generate
========================

1.0.2(8y ago)024Apache-2.0PHP

Since Nov 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/nbczw8750/think-generate)[ Packagist](https://packagist.org/packages/nbczw8750/think-generate)[ RSS](/packages/nbczw8750-think-generate/feed)WikiDiscussions master Synced 2mo ago

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

thinkphp5 文件生成器
===============

[](#thinkphp5-文件生成器)

安装
--

[](#安装)

```
composer require nbczw8750/think-generate

```

使用
--

[](#使用)

```
创建model
执行下面的指令可以生成test模块的Blog模型类库文件
php think generate:model test/Blog
自定义模板生成,文件放在相对于think（项目根目录的路径）
php think generate:model test/Blog --stub code_template/config.stub

创建logic
执行下面的指令可以生成test模块的Blog逻辑类库文件
php think generate:logic test/Blog
自定义模板生成,文件放在相对于think（项目根目录的路径）
php think generate:logic test/Blog --stub code_template/config.stub

创建service
执行下面的指令可以生成test模块的Blog服务类库文件
php think generate:service test/Blog
自定义模板生成,文件放在相对于think（项目根目录的路径）
php think generate:service test/Blog --stub code_template/config.stub

创建service
执行下面的指令可以生成test模块的Blog验证类库文件
php think generate:validate test/Blog
自定义模板生成,文件放在相对于think（项目根目录的路径）
php think generate:validate test/Blog --stub code_template/config.stub

创建controller
执行下面的指令可以生成test模块的Blog控制器类库文件
php think generate:controller test/Blog
指定行为操作表名称 默认不填就是类名
php think generate:controller test/Blog --table blog
自定义模板生成,文件放在相对于think（项目根目录的路径）
php think generate:controller test/Blog --stub code_template/config.stub

创建配置文件
执行下面的指令可以生成test模块验证类库文件
php think generate:config test/config
自定义模板生成,文件放在相对于think（项目根目录的路径）
php think generate:config test/config --stub code_template/config.stub

创建函数文件
执行下面的指令可以生成test模块验证类库文件
php think generate:common test/common
自定义模板生成,文件放在相对于think（项目根目录的路径）
php think generate:common test/common --stub code_template/config.stub

创建模板文件
执行下面的指令可以生成模板文件 （编辑页）
php think generate:template test/Blog --view edit
执行下面的指令可以生成模板文件 （编辑页） 指定类型 默认支持 edit index modal (缺省状态下 默认同--view值相同 不存在类型默认edit)
php think generate:template test/Blog --view edit --type modal
自定义模板生成,文件放在相对于think（项目根目录的路径）
php think generate:common test/common --stub code_template/config.stub

```

批量生成
----

[](#批量生成)

```
参数单个生成命令一样，只能指定一个文件
php think generate:batch test/Blog --table blog

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~4 days

Total

3

Last Release

3097d ago

### Community

Maintainers

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

---

Top Contributors

[![nbczw8750](https://avatars.githubusercontent.com/u/299441?v=4)](https://github.com/nbczw8750 "nbczw8750 (7 commits)")

### Embed Badge

![Health badge](/badges/nbczw8750-think-generate/health.svg)

```
[![Health](https://phpackages.com/badges/nbczw8750-think-generate/health.svg)](https://phpackages.com/packages/nbczw8750-think-generate)
```

PHPackages © 2026

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