PHPackages                             php-dk/yii2-phpstorm - 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. php-dk/yii2-phpstorm

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

php-dk/yii2-phpstorm
====================

Yii2 generator tips.

0.2(8y ago)697MITPHPPHP &gt;=7.0

Since Jan 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/php-dk/yii2-phpStorm)[ Packagist](https://packagist.org/packages/php-dk/yii2-phpstorm)[ RSS](/packages/php-dk-yii2-phpstorm/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Install
=======

[](#install)

composer require php-dk/yii2-phpstorm:@dev --dev

Configuration
=============

[](#configuration)

console-local.php

```
return [
    'modules' => [
        'tips' => [
            'class' => \phpdk\yii2PhpStorm\Module::class,
            'config' => \yii\helpers\ArrayHelper::merge(
                require 'main.php',
                require 'main-local.php',
                ...
            )
        ]
    ],
];

```

Run
===

[](#run)

./yii tips/gen/application - generate Application class ./yii tips/gen/meta - generate .phpstorm.meta.php file in basePath ./yii tips/gen - all

Use
===

[](#use)

После обновления будут доступны подсказки для имён модулей, и компоненты, .phpstorm.meta.php - начинает работать только после перезапуска IDE.

```
  Yii::$app->component->...
  Yii::$app->getModule('...')->...

```

PhpStorm "multiple definitions exist for class" To hide this message:

Find a duplicate class file (not created by this generator), for example: vendor/yiisoft/yii/YiiBase.php Mark it as a plain text in file context menu.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

3032d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/791ec7bfcc4ae47ccacfb92b8e281c6b8a03f158bde061de5084442191cf2b02?d=identicon)[dimajolkin](/maintainers/dimajolkin)

---

Top Contributors

[![dimajolkin](https://avatars.githubusercontent.com/u/7441874?v=4)](https://github.com/dimajolkin "dimajolkin (15 commits)")

---

Tags

developer-toolsphpphpstormyii2yii2-extensionYii2 generator tips.

### Embed Badge

![Health badge](/badges/php-dk-yii2-phpstorm/health.svg)

```
[![Health](https://phpackages.com/badges/php-dk-yii2-phpstorm/health.svg)](https://phpackages.com/packages/php-dk-yii2-phpstorm)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)

PHPackages © 2026

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