PHPackages                             yiithings/yii2-devkit - 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. yiithings/yii2-devkit

AbandonedYii2-extension

yiithings/yii2-devkit
=====================

Developer helper kit for Yii2 framework

1.0.0(8y ago)1811MITPHPPHP &gt;=5.5.0

Since Jan 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/yiithings/yii2-devkit)[ Packagist](https://packagist.org/packages/yiithings/yii2-devkit)[ RSS](/packages/yiithings-yii2-devkit/feed)WikiDiscussions master Synced 2mo ago

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

Yii2 DevKit
===========

[](#yii2-devkit)

[![Build Status](https://camo.githubusercontent.com/b4242eb5aa9872f99bd93c2e8d52b46cda5d3a8e18a76c669c9d42a8aa2b18e0/68747470733a2f2f7472617669732d63692e6f72672f7969697468696e67732f796969322d6465766b69742e737667)](https://travis-ci.org/yiithings/yii2-devkit)[![Latest Stable Version](https://camo.githubusercontent.com/9b490ceef772d704517b3f03700fdbf7cd34ad96744562864635d62f259bc234/68747470733a2f2f706f7365722e707567782e6f72672f7969697468696e67732f796969322d6465766b69742f762f737461626c652e737667)](https://packagist.org/packages/yiithings/yii2-devkit)[![Total Downloads](https://camo.githubusercontent.com/527feeb1c521837f056585a9df258856d1ee5d20157c603976136917389ee9e3/68747470733a2f2f706f7365722e707567782e6f72672f7969697468696e67732f796969322d6465766b69742f646f776e6c6f6164732e737667)](https://packagist.org/packages/yiithings/yii2-devkit)[![Latest Unstable Version](https://camo.githubusercontent.com/fa5182bfa815de5b4b01d474b4e92e0d4e2ef191cccead79c54672c03bdeeb16/68747470733a2f2f706f7365722e707567782e6f72672f7969697468696e67732f796969322d6465766b69742f762f756e737461626c652e737667)](https://packagist.org/packages/yiithings/yii2-devkit)[![License](https://camo.githubusercontent.com/f323bd78ebf2633a40685740452a656de1c81fb7ca9c874522204803aee35ebf/68747470733a2f2f706f7365722e707567782e6f72672f7969697468696e67732f796969322d6465766b69742f6c6963656e73652e737667)](https://packagist.org/packages/yiithings/yii2-devkit)

Developer helper kit for Yii2 framework.

Features
--------

[](#features)

- Integrated IDE auto complete generator

    [![](https://camo.githubusercontent.com/9cdd3280d9aa8b31917256aabb22daae6dd97df069901b66982b596c9e0bb175/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d796969325f6175746f636f6d706c6574655f68656c7065722d677265656e2e7376673f7374796c653d666c6174)](https://github.com/iiifx-production/yii2-autocomplete-helper)
- Integrated Migration code generator

    [![](https://camo.githubusercontent.com/ec9bc4aaeaeda197161c515655a8367c1a81e4061bff620859db2548d6d64bd9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d796969325f736368656d6164756d702d677265656e2e7376673f7374796c653d666c6174)](https://github.com/jamband/yii2-schemadump)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist yiithings/yii2-devkit "*"

```

or add

```
"yiithings/yii2-devkit": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
[
    'bootstrap' => ['devkit'],
    'modules' => [
        'devkit' => [
            'class' => 'yiithings\devkit\Module',
        ],
    ],
]
```

Use console:

```
$ ./yii devkit/ide-helper
$ ./yii devkit/schema-create
$ ./yii devkit/schema-drop
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3030d ago

### Community

Maintainers

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

---

Top Contributors

[![panlatent](https://avatars.githubusercontent.com/u/4393268?v=4)](https://github.com/panlatent "panlatent (7 commits)")

---

Tags

yii2extensiondeveloperkit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yiithings-yii2-devkit/health.svg)

```
[![Health](https://phpackages.com/badges/yiithings-yii2-devkit/health.svg)](https://phpackages.com/packages/yiithings-yii2-devkit)
```

###  Alternatives

[johnitvn/yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2

97209.6k16](/packages/johnitvn-yii2-ajaxcrud)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k46](/packages/skeeks-cms)

PHPackages © 2026

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