PHPackages                             mouyong/webman-laravel-zero - 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. mouyong/webman-laravel-zero

ActiveLibrary[Framework](/categories/framework)

mouyong/webman-laravel-zero
===========================

Webman plugin mouyong/webman-laravel-zero

5101PHP

Since Oct 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mouyong/webman-laravel-zero)[ Packagist](https://packagist.org/packages/mouyong/webman-laravel-zero)[ RSS](/packages/mouyong-webman-laravel-zero/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

安装
--

[](#安装)

```
composer config repositories.webman-laravel-zero-foundation vcs https://github.com/mouyong/webman-laravel-zero-foundation

composer require mouyong/webman-laravel-zero:dev-master laravel-zero/foundation:dev-main

```

配置项目
----

[](#配置项目)

**在 config/app.php 中增加如下内容**

```
return [
    ...

    # 以下内容可参考 config/app.php.new.php 文件
    'name' => "Zero", // 单引号，首字母大写。app:rename 匹配使用的
    // 'version' => app('git.version'),
    'version' => '1.0.0',
    'env' => 'development',
    'timezone' => 'PRC',
    'providers' => [
        App\Providers\AppServiceProvider::class,
    ],
];
```

更新 composer.json
----------------

[](#更新-composerjson)

`composer.json`

```
    "bin": ["zero"], // 这行要原样保存，app:rename 使用
    "scripts": {
        // 初始化 laravel-zero/illuminate 与相关配置
        "post-autoload-dump": [
            "MouYong\\WebmanLaravelZero\\ComposerScripts::postAutoloadDump"
        ],
        ...
    }
```

使用
--

[](#使用)

```
php zero app:install database
composer require illuminate/routing

```

效果截图
----

[](#效果截图)

[![image](https://user-images.githubusercontent.com/10336437/196077662-24bea01e-3b5d-4905-bd84-6530f4ce72c5.png)](https://user-images.githubusercontent.com/10336437/196077662-24bea01e-3b5d-4905-bd84-6530f4ce72c5.png)

[![image](https://user-images.githubusercontent.com/10336437/196077648-61c84b76-ba0a-4b16-81d7-b211a5265e9c.png)](https://user-images.githubusercontent.com/10336437/196077648-61c84b76-ba0a-4b16-81d7-b211a5265e9c.png)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 63.2% 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.

### Community

Maintainers

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

---

Top Contributors

[![mouyong](https://avatars.githubusercontent.com/u/10336437?v=4)](https://github.com/mouyong "mouyong (12 commits)")[![zmoyi](https://avatars.githubusercontent.com/u/48953751?v=4)](https://github.com/zmoyi "zmoyi (7 commits)")

### Embed Badge

![Health badge](/badges/mouyong-webman-laravel-zero/health.svg)

```
[![Health](https://phpackages.com/badges/mouyong-webman-laravel-zero/health.svg)](https://phpackages.com/packages/mouyong-webman-laravel-zero)
```

###  Alternatives

[laravel/dusk

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

1.9k39.6M296](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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