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

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

yacon/yii2-ide-helper
=====================

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

1.0(2y ago)03MITPHPPHP &gt;=7.0.0

Since Oct 31Pushed 2y agoCompare

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

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

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

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

### Install

[](#install)

Require this package with composer using the following command:

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

### 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' => 'yacon\IdeHelper\IdeHelper',
    ],
],
```

Now you can generate ide helper file by command:

```
./yii ide-helper/generate
```

### Options

[](#options)

```
'ideHelper' => [
    'class' => 'yacon\IdeHelper\IdeHelper',
    'rootDir' => dirname(dirname(__DIR__)),
],
```

Default config files:

```
protected $defaultConfigFiles = [
    '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

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

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

Unknown

Total

1

Last Release

930d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2eb975fbf622879a94e6af54748f98b54acb49555ebbb30767f15dc11d2d2a2f?d=identicon)[HL56](/maintainers/HL56)

---

Top Contributors

[![yacon](https://avatars.githubusercontent.com/u/38757600?v=4)](https://github.com/yacon "yacon (6 commits)")[![HL56](https://avatars.githubusercontent.com/u/26355621?v=4)](https://github.com/HL56 "HL56 (3 commits)")

---

Tags

phpdocautocompletehelperidephpstormnetbeanssublimecodeintelyii2

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

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

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[mis/yii2-ide-helper

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

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

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

1623.1M121](/packages/phalcon-ide-stubs)

PHPackages © 2026

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