PHPackages                             jyjob/lumen-code-generator - 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. jyjob/lumen-code-generator

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

jyjob/lumen-code-generator
==========================

一个lumen代码生成包

1.1.3(3y ago)115MITPHP

Since Apr 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jyjob/lumen-code-generator)[ Packagist](https://packagist.org/packages/jyjob/lumen-code-generator)[ RSS](/packages/jyjob-lumen-code-generator/feed)WikiDiscussions 1.0 Synced 1mo ago

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

lumen代码生成器
==========

[](#lumen代码生成器)

#### 介绍

[](#介绍)

lumen代码生成，目前仅支持特定项目生成，内部使用

#### 安装教程

[](#安装教程)

composer安装

```
$ composer require jyjob/lumen-code-generator
```

在app.php添加服务提供者

```
$app->register(jyjob\LumenCodeGenerator\Providers\LumenCodeGeneratorProvider::class);
```

#### 使用说明

[](#使用说明)

```
php artisan make:xbull_admin Help

请输入命名空间，分层级例如：Help/Help:
 > xb_help

请输入对应的数据库表表名，例如：xb_help，需要表前缀:
 > xb_help

 请输入对应的功能名称用于备注，例如：帮助中心:
 > 帮助中心

 请输入需要生成的代码层级：1.model 2.repository 3.service 4.controller 5.request_vo 6.transform
数字以逗号隔开,输入n代表都需要:
 > n

 请输入作者，例如：abc
 > zhang san
```

#### 参与贡献

[](#参与贡献)

1. laravel代码生成 [keepondream/laravel-service](https://github.com/keepondream/laravel-service)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Recently: every ~28 days

Total

6

Last Release

1366d ago

### Community

Maintainers

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

---

Top Contributors

[![jyjob](https://avatars.githubusercontent.com/u/5443002?v=4)](https://github.com/jyjob "jyjob (11 commits)")

### Embed Badge

![Health badge](/badges/jyjob-lumen-code-generator/health.svg)

```
[![Health](https://phpackages.com/badges/jyjob-lumen-code-generator/health.svg)](https://phpackages.com/packages/jyjob-lumen-code-generator)
```

###  Alternatives

[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

4743.5k10](/packages/phel-lang-phel-lang)[yii2mod/yii2-cart

Yii2 Shopping cart

11716.2k](/packages/yii2mod-yii2-cart)[ramsey/devtools

A Composer plugin to aid PHP library and application development.

7134.7k26](/packages/ramsey-devtools)[born05/craft-assetusage

Adds a column to see which assets are used or unused.

32128.6k](/packages/born05-craft-assetusage)[ekreative/uuid-extra-bundle

Paramconverter, Normalizer and Form Type for Ramsey Uuid

18168.6k](/packages/ekreative-uuid-extra-bundle)[ramsey/devtools-lib

The library behind ramsey/devtools, allowing for extension of the ramsey/devtools Composer plugin.

2333.9k2](/packages/ramsey-devtools-lib)

PHPackages © 2026

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