PHPackages                             xandrkat/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. xandrkat/yii2-devkit

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

xandrkat/yii2-devkit
====================

Developer helper kit for Yii2 framework

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

Since Jan 22Pushed 2y agoCompare

[ Source](https://github.com/xandrkat/yii2-devkit)[ Packagist](https://packagist.org/packages/xandrkat/yii2-devkit)[ RSS](/packages/xandrkat-yii2-devkit/feed)WikiDiscussions master Synced 1mo 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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

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

3033d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9157351?v=4)[Alexandr Katrazhenko](/maintainers/xandrkat)[@xandrkat](https://github.com/xandrkat)

---

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/xandrkat-yii2-devkit/health.svg)

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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