PHPackages                             yogcloud/plugin-creater - 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. yogcloud/plugin-creater

ActiveProject

yogcloud/plugin-creater
=======================

Hyperf Plugin Creater.

1.0.2(4y ago)08MITPHPPHP &gt;=7.4

Since Oct 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/YogCloud/plugin-creater)[ Packagist](https://packagist.org/packages/yogcloud/plugin-creater)[ RSS](/packages/yogcloud-plugin-creater/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

plugin-creater
==============

[](#plugin-creater)

Hyperf 插件创建器

使用方式
----

[](#使用方式)

```
# 先进入 app 目录
cd /opt/wwww/demo/hyperf-skeleton
# 比如要创建一个 yogcloud/demo 的插件
# plugin/shop/demo
# plugin 表示插件目录
# yogcloud 一般为开发者github账号/composer 作者名
# demo 为插件名称
# 执行命令根据提示一步步操作即可
composer create-project yogcloud/plugin-creater plugin/youcloud/demo
```

插件目录示例
------

[](#插件目录示例)

```
# 执行成功后就会得到一下如下结构的插件
plugin/yogcloud/demo/
|-- composer.json
|-- phpunit.xml
|-- README.md
|-- src
|   |-- ConfigProvider.php
|   |-- Request------------------------------------- 验证器目录
|   |-- Exception----------------------------------- 异常类目录
|   |-- Controller---------------------------------- 控制器目录
|   |-- Contract------------------------------------ 服务接口契约目录
|   |-- Job----------------------------------------- 异步任务目录
|   |-- Listener------------------------------------ 事件监听器目录
|   |-- Logic--------------------------------------- 业务逻辑目录
|   |-- Model--------------------------------------- 模型目录
|   |-- Queue--------------------------------------- 异步队列目录
|   |-- Service------------------------------------- 服务目录
|   `-- Task---------------------------------------- 定时任务目录
`-- tests
    |-- bootstrap.php
    `-- Cases
```

感谢：
---

[](#感谢)

本工具根据 `mochat/plugin-creater` 大量代码 Copy 而来，再次感谢。

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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

Total

3

Last Release

1553d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26520956?v=4)[ben](/maintainers/cexll)[@cexll](https://github.com/cexll)

---

Top Contributors

[![cexll](https://avatars.githubusercontent.com/u/26520956?v=4)](https://github.com/cexll "cexll (3 commits)")

---

Tags

hyperfphpphp

### Embed Badge

![Health badge](/badges/yogcloud-plugin-creater/health.svg)

```
[![Health](https://phpackages.com/badges/yogcloud-plugin-creater/health.svg)](https://phpackages.com/packages/yogcloud-plugin-creater)
```

###  Alternatives

[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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