yii2-stubs-generator

No more pain with autocomplete in PhpStorm.

Github stars Tracking Chart

Yii::$app stubs generator for Yii 2

Latest Stable Version
Total Downloads
Latest Unstable Version
License

This extension provides no-more-butthurt components & user identity autocomplete generator command for Yii 2.

in action

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --dev --prefer-dist bazilio/yii2-stubs-generator

or add

"bazilio/yii2-stubs-generator": "~1"

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

Usage

To use this extension, simply add the following code in your application configuration (console.php):

'controllerMap' => [
    'stubs' => [
        'class' => 'bazilio\stubsgenerator\StubsController',
    ],
],
# generate stubs for console application
php yii stubs console/config/main.php

# to generate stubs for several apps
php yii stubs console/config/main.php common/config/main.php frontend/config/main.php

File with stubs by default located in vendor directory.

Usage with PhpStorm

  1. Install File Watchers JetBrains plugin
  2. Open File Watchers plugin config and import watcher.xml
  3. Edit imported watcher for your needs
  4. Add scope to limit trigger to config files:

PhpStorm "multiple definitions exist for class"

To hide this message:

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

Main metrics

Overview
Name With Ownerbazilio91/yii2-stubs-generator
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2015-05-07 20:03:58
Pushed At2020-11-27 06:47:31
Last Commit At2020-11-27 09:47:17
Release Count13
Last Release Name1.6.2 (Posted on )
First Release Name0.0.1 (Posted on )
用户参与
Stargazers Count146
Watchers Count14
Fork Count24
Commits Count27
Has Issues Enabled
Issues Count8
Issue Open Count1
Pull Requests Count9
Pull Requests Open Count1
Pull Requests Close Count3
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private