PHPackages                             mitirrli/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. mitirrli/yii2-ide-helper

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

mitirrli/yii2-ide-helper
========================

Yii2 IDE Helper, generates correct PHPDocs for all components, to improve auto-completion.

v2.0.2(4y ago)1171MITPHPPHP &gt;=5.4.0

Since Nov 21Pushed 4y agoCompare

[ Source](https://github.com/Mitirrli/yii2-ide-helper)[ Packagist](https://packagist.org/packages/mitirrli/yii2-ide-helper)[ RSS](/packages/mitirrli-yii2-ide-helper/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (6)Used By (0)

Yii2 IDE Helper Generator
-------------------------

[](#yii2-ide-helper-generator)

### Install

[](#install)

Require this package with composer using the following command:

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

```

or add

```
"mitirrli/yii2-ide-helper": "*"

```

to the `require-dev` section of your `composer.json` file.

### Usage

[](#usage)

After updating composer, add the component to the `components` array and `bootstrap` array in config file of console application:

```
'bootstrap' => ['log', 'ideHelper'],
...
'components' => [
    'ideHelper' => [
      	'class' => 'Mitirrli\IdeHelper\IdeHelper',
    ],
  ...
],
```

Now you can generate ide helper file by command:

```
./yii ide-helper/generate

```

### Options

[](#options)

```
'ideHelper' => [
    'class' => 'Mitirrli\IdeHelper\IdeHelper',
    'filename' => '_ide_helper',
    'rootDir' => dirname(__DIR__),
    'configFiles' => [
        'console/config/main.php',
        'console/config/main-local.php',
    ],
],
```

Default config files:

```
protected $defaultConfigFiles = [
    'config/web.php',
    'config/main.php',
    'config/main-local.php',
    'common/config/main.php',
    'common/config/main-local.php',
    'frontend/config/main.php',
    'frontend/config/main-local.php',
    'backend/config/main.php',
    'backend/config/main-local.php',
];
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~511 days

Total

5

Last Release

1466d ago

Major Versions

v1.0.2 → v2.0.12022-06-28

### Community

Maintainers

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

---

Top Contributors

[![takashiki](https://avatars.githubusercontent.com/u/3853614?v=4)](https://github.com/takashiki "takashiki (4 commits)")[![Mitirrli](https://avatars.githubusercontent.com/u/50682346?v=4)](https://github.com/Mitirrli "Mitirrli (3 commits)")

---

Tags

phpdocautocompletehelperidephpstormnetbeanssublimecodeintelyii2

### Embed Badge

![Health badge](/badges/mitirrli-yii2-ide-helper/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k132.8M882](/packages/barryvdh-laravel-ide-helper)[mis/yii2-ide-helper

Yii2 IDE Helper, generates correct PHPDocs for all components, to improve auto-completion.

1465.9k3](/packages/mis-yii2-ide-helper)[phalcon/ide-stubs

The most complete Phalcon Framework IDE stubs library which enables autocompletion in modern IDEs.

1703.3M131](/packages/phalcon-ide-stubs)

PHPackages © 2026

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