PHPackages                             chinaphp/yii2-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chinaphp/yii2-ide-helper

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

chinaphp/yii2-ide-helper
========================

Yii2 IDE Helper - 为 Yii2 框架提供 PhpStorm 智能代码补全支持

v1.0.1(3mo ago)02MITPHPPHP ^7.4 || ^8.0

Since Jan 27Pushed 3mo agoCompare

[ Source](https://github.com/chinaphp/yii2-ide-helper)[ Packagist](https://packagist.org/packages/chinaphp/yii2-ide-helper)[ RSS](/packages/chinaphp-yii2-ide-helper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Yii2 IDE Helper
===============

[](#yii2-ide-helper)

> 为 Yii2 框架提供 PhpStorm 智能代码补全支持，灵感来源于 [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper)

[![Latest Stable Version](https://camo.githubusercontent.com/60f5d3214eb34950b00e564ce8806bea0524f0778652d0c3b0614ce3f6a070e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368696e617068702f796969322d6964652d68656c7065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chinaphp/yii2-ide-helper)[![Total Downloads](https://camo.githubusercontent.com/553c2d5334d09ef822acd03c8082fcfe4a992333d458b4d48d0b8a5cd266c7ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6368696e617068702f796969322d6964652d68656c7065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chinaphp/yii2-ide-helper)[![License](https://camo.githubusercontent.com/9aac2cc865f59fb4c52b5cbc8589d50f940b683a0a781cff011734a73dea42de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6368696e617068702f796969322d6964652d68656c7065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chinaphp/yii2-ide-helper)

功能特性
----

[](#功能特性)

- ✅ 为 Yii2 组件生成完整的 PHPDoc 类型提示
- ✅ 为 ActiveRecord 模型生成属性和方法文档
- ✅ 为 ActiveQuery 生成查询构建器提示
- ✅ 生成 PhpStorm Meta 文件支持高级 IDE 特性（DI 容器、类型推断）
- ✅ 支持自定义配置路径
- ✅ 完整的 CLI 命令支持
- ✅ 支持多数据库（MySQL、PostgreSQL、SQLite）

安装
--

[](#安装)

### 要求

[](#要求)

- PHP &gt;= 7.4
- Yii2 &gt;= 2.0.43
- PhpStorm 2018.2 或更高版本

### 使用 Composer 安装

[](#使用-composer-安装)

```
composer require --dev chinaphp/yii2-ide-helper
```

### 配置

[](#配置)

在 `console/config/main-local.php` 中添加以下配置（仅本地开发环境需要）：

```
