PHPackages                             itwmw/engine-validate-ide-helper - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. itwmw/engine-validate-ide-helper

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

itwmw/engine-validate-ide-helper
================================

自动生成提示验证器位置的注释

v4.1.0(4y ago)1739Apache-2.0PHPPHP ^7.3|^8.0

Since May 17Pushed 3y agoCompare

[ Source](https://github.com/MicroDreamTeam/engine-validate-ide-helper)[ Packagist](https://packagist.org/packages/itwmw/engine-validate-ide-helper)[ RSS](/packages/itwmw-engine-validate-ide-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (13)Used By (0)

说明
--

[](#说明)

此扩展用于生成提示[验证器](https://v.neww7.com)位置的注释

如果你使用了[验证器路由中间件](https://v.neww7.com/plugin/engine-validate-middleware.html),那么所有的验证过程将会在中间件部分完成，传递给控制器的时候已经是处理好的数据。

此扩展将根据 [ValidateMiddlewareConfig](https://v.neww7.com/plugin/engine-validate-middleware.html) 中的配置生成如下注释，方便定位验证器

```
/**
 * @validate {@see UserValidate::sceneLogin()}
 */
```

安装
--

[](#安装)

```
composer require itwmw/engine-validate-ide-helper --dev
```

使用
--

[](#使用)

其他框架可以自行将`Itwmw\Validate\Ide\Helper\IdeHelperCommand`命令进行集成

### 软擎

[](#软擎)

如果你使用的软擎框架，在安装本扩展后，可直接使用命令

```
bin/gerent make:validate-ide [完整命名空间或者完整文件名] --dir [文件目录]
```

### Laravel

[](#laravel)

如果你使用的Laravel框架，在安装本扩展后，可直接使用命令

```
php artisan make:validate-ide [完整命名空间或者完整文件名] --dir [文件目录]
```

WebStorm集成
----------

[](#webstorm集成)

### 软擎

[](#软擎-1)

文件-&gt;设置-&gt;工具-&gt;外部工具-&gt;添加

- 名称：`Validate-Ide`或者随意
- 程序:`bin\gerent` Windows选择bat文件
- 参数:`make:validate-ide $FilePath$`
- 工作目录:`$ProjectFileDir$`

### Laravel

[](#laravel-1)

文件-&gt;设置-&gt;工具-&gt;外部工具-&gt;添加

- 名称：`Validate-Ide`或者随意
- 程序: 如果有PHP的环境变量，可直接写入`php`,否则选择`php.exe`的位置
- 参数:`artisan make:validate-ide $FilePath$`
- 工作目录:`$ProjectFileDir$`

### 快捷键

[](#快捷键)

为了更方便的使用，可以给此工具设置一个快捷键

文件-&gt;设置-&gt;键盘映射-&gt;外部工具-&gt;Validate-Ide-Helper-&gt;右键点击-&gt;添加键盘快捷键，作者这里是`ALT+G`

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~159 days

Total

12

Last Release

1146d ago

Major Versions

v1.1.0 → v4.0.0-beta.12021-10-09

v4.1.0 → 5.x-dev2023-03-24

PHP version history (4 changes)v1.0.0PHP ^7.2.5|^8.0

v1.1.0PHP ^7.2.5|^8.0|^8.1

v4.0.0-beta.1PHP ^7.3|^8.0

5.x-devPHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d8c7cd0a79ae4a225651cbd75d83faa585f8e8d909322db9b52fd176949562f?d=identicon)[itwmw](/maintainers/itwmw)

---

Top Contributors

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

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/itwmw-engine-validate-ide-helper/health.svg)

```
[![Health](https://phpackages.com/badges/itwmw-engine-validate-ide-helper/health.svg)](https://phpackages.com/packages/itwmw-engine-validate-ide-helper)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)

PHPackages © 2026

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