PHPackages                             jszsl001/tp6-curd - 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. [Framework](/categories/framework)
4. /
5. jszsl001/tp6-curd

ActiveLibrary[Framework](/categories/framework)

jszsl001/tp6-curd
=================

一键生成CURD基础代码,适用于thinkphp6框架

1.1.0(1y ago)058MITPHPPHP &gt;=7.4

Since Apr 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jszsl001/tp6-curd)[ Packagist](https://packagist.org/packages/jszsl001/tp6-curd)[ RSS](/packages/jszsl001-tp6-curd/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

tp6-curd
========

[](#tp6-curd)

一键生成CURD基础代码,适用于thinkphp6框架

安装
--

[](#安装)

> composer require jszsl001/tp6-curd

配置
--

[](#配置)

> 配置文件位于 `config/curd.php`

### 公共配置

[](#公共配置)

```
[
    'db_prefix'=>'' //数据表前缀,没有则留空
]
```

例子
--

[](#例子)

### 一键生成curd代码

[](#一键生成curd代码)

```
# module : 模块名
# db_name : 数据表名
php think curd:make [module] [db_name]
```

### 初始化基础文件

[](#初始化基础文件)

```
# 生成基础公共文件
php think curd:init
```

- [BaseLogic.php](src%2Fcode%2FBaseLogic.php)
- [CommFunc.php](src%2Fcode%2FCommFunc.php)
- [RestBaseController.php](src%2Fcode%2FRestBaseController.php)
- [StatusCode.php](src%2Fcode%2FStatusCode.php)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Recently: every ~42 days

Total

6

Last Release

593d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b1bf2250e4252fcb67d45bd9c80c78c33525f2f650615c1bd1eea520e1695f3?d=identicon)[jszsl001](/maintainers/jszsl001)

---

Top Contributors

[![jszsl001](https://avatars.githubusercontent.com/u/21034340?v=4)](https://github.com/jszsl001 "jszsl001 (15 commits)")

### Embed Badge

![Health badge](/badges/jszsl001-tp6-curd/health.svg)

```
[![Health](https://phpackages.com/badges/jszsl001-tp6-curd/health.svg)](https://phpackages.com/packages/jszsl001-tp6-curd)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M529](/packages/laravel-passport)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)

PHPackages © 2026

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