PHPackages                             wiconwang/easyswoole-generation - 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. wiconwang/easyswoole-generation

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

wiconwang/easyswoole-generation
===============================

An efficient swoole CURD generation

v0.0.4(6y ago)11711[1 issues](https://github.com/WiconWang/easyswoole-curd-generation/issues)MITPHPPHP &gt;=7.1.0

Since Aug 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/WiconWang/easyswoole-curd-generation)[ Packagist](https://packagist.org/packages/wiconwang/easyswoole-generation)[ RSS](/packages/wiconwang-easyswoole-generation/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (7)Versions (6)Used By (0)

EasySwoole PHP 代码生成器
====================

[](#easyswoole-php-代码生成器)

功能
--

[](#功能)

简化 EasySwoole 的配置工具，快速生成相关配置、文档、Controller、Bean、Model等内容。
本项目部分功能需改写框架核心配置文件，且未经过严格测试，请不要在生产环境使用，以防出现故障。
本人会尽量完善此项目功能，但不对任何使用中出现的故障负责。

使用前提
----

[](#使用前提)

本框架主要包含两大部分功能：
1\. 初始化框架，非常合适于基于 easyswoole 核心文件的空白框架的构建。
2\. 研发过程中，通过表结构，快速生成 CURD 及 研发 文档 。

安装说明
----

[](#安装说明)

1. 安装EasySwoole，若已安装请跳过此步骤：
    参照 [官方文档](https://www.easyswoole.com/Cn/Introduction/install.html) 或 使用以下命令：

    ```
    composer require easyswoole/easyswoole=3.x
    php vendor/bin/easyswoole install

    ```
2. 安装主程序
    目前本项目需要指定项目目录，请在 composer.json 中，添加以下代码，以便可以使用本项目

    ```
    "autoload": {
        "psr-4": {
            "App\\": "App/"
        }
    },

    ```

    执行以下命令：

    ```
    composer require wiconwang/easyswoole-generation
    php vendor/bin/cmd install

    ```

执行后，会在根目录生成 `cmd` 文件。
如未成功生成，请到 `vendor/wiconwang/easyswoole-generation` 下，将 `cmd` 文件复制到项目根目录以便后期使用。

使用说明
----

[](#使用说明)

请在项目根目录下执行 `php cmd` 查看具体命令。 空白项目，推荐执行顺序：

```
php cmd init:framework
php cmd init:database

```

研发文档
----

[](#研发文档)

系统会自动生成研发文档，路径为 `/Swagger/getJson`
可自行下载 [`swagger-ui`](https://swagger.io/tools/swagger-ui/download/) 来加载此地址。
返回码接口路径为 `/Swagger/getReturnCode` ，可对接并显示所有返回码。

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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

Total

5

Last Release

2372d ago

### Community

Maintainers

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

---

Top Contributors

[![WiconWang](https://avatars.githubusercontent.com/u/6252100?v=4)](https://github.com/WiconWang "WiconWang (19 commits)")

### Embed Badge

![Health badge](/badges/wiconwang-easyswoole-generation/health.svg)

```
[![Health](https://phpackages.com/badges/wiconwang-easyswoole-generation/health.svg)](https://phpackages.com/packages/wiconwang-easyswoole-generation)
```

###  Alternatives

[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

4743.5k10](/packages/phel-lang-phel-lang)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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