PHPackages                             zodream/gzo - 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. zodream/gzo

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

zodream/gzo
===========

Generate Web Page

5.3(2y ago)082MITPHPPHP &gt;=8.2

Since Jan 4Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/zodream/gzo)[ Packagist](https://packagist.org/packages/zodream/gzo)[ Docs](https://github.com/zodream/gzo)[ RSS](/packages/zodream-gzo/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

gzo
===

[](#gzo)

Generate Web Page

根据 html 静态页面文件生成架构
------------------

[](#根据-html-静态页面文件生成架构)

```
php artisan gzo/module --input=
```

```
name 模块名，默认文件夹名

input 静态资源所在文件夹

output 输出文件夹，默认输入文件夹

configs 对应关系json, 默认输入文件夹下 module.json

```

配置

```
{
    "name": "",
    "input": "F:\\Desktop\\www",
    "output": "",
    "tables": {
        "file": [
            "id",
            "name"
        ],
        "pAth": {
            "id": ""
        }
    },
    "controllers": {
        "home": [
            "index",
            "edit"
        ],
        "other": {
            "index": "return $this->show();"
        }
    },
    "controllers": "@views",   //根据页面生成
    "views": {
        "home": {
            "index": "index.html",
            "other": "im.html"
        }
    },
    "views": "@controllers",   // 根据控制器生成空的页面
    "views": "@input",         // 根据文件夹
    "views": "./",
    "assets": {                // 复制资源文件夹或文件
        "sass": "css",
        "ts": "js"
    }
}
```

生成 phpunit 测试文件
---------------

[](#生成-phpunit-测试文件)

```
gzo/test/project 源文件夹 目标文件夹

```

```
php artisan gzo/test/project E:\Git\http\src E:\Git\http\tests
```

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance59

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

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

Recently: every ~305 days

Total

8

Last Release

827d ago

Major Versions

1.2 → 4.02020-11-19

4.0 → 5.02021-03-18

PHP version history (4 changes)v1.0PHP &gt;=5.6.0

5.0PHP &gt;=8.0

5.2PHP &gt;=8.1

5.3PHP &gt;=8.2

### Community

Maintainers

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

---

Top Contributors

[![zx648383079](https://avatars.githubusercontent.com/u/9996852?v=4)](https://github.com/zx648383079 "zx648383079 (142 commits)")

---

Tags

zodreamgzo

### Embed Badge

![Health badge](/badges/zodream-gzo/health.svg)

```
[![Health](https://phpackages.com/badges/zodream-gzo/health.svg)](https://phpackages.com/packages/zodream-gzo)
```

###  Alternatives

[aloko/nova-persian-datepicker

Persian Datepicker for Laravel Nova.

203.6k](/packages/aloko-nova-persian-datepicker)

PHPackages © 2026

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