PHPackages                             wpj-code/wii - 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. [Admin Panels](/categories/admin)
4. /
5. wpj-code/wii

ActiveVictor[Admin Panels](/categories/admin)

wpj-code/wii
============

Backend render crud

1.1.2(4y ago)09PHP

Since Jul 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wpjCode/wii)[ Packagist](https://packagist.org/packages/wpj-code/wii)[ RSS](/packages/wpj-code-wii/feed)WikiDiscussions master Synced 1mo ago

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

 [ ![](https://avatars2.githubusercontent.com/u/27763459) ](https://github.com/wpjCode)

Wpj Code Wii Extension for Yii 2
================================

[](#wpj-code-wii-extension-for-yii-2)

This extension is copy from \[WII\] and provides a Web-based code generator, called Wii, for [Yii framework 2.0](http://www.yiiframework.com) applications. You can use Wii to quickly generate vue crud for models, vue element ui forms, modules, CRUD, js, css etc.

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

[](#installation)

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

Either run

```
composer require wpj-code/wii

```

or add

```
"wpj-code/wii": "~1.1.1"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply modify your application configuration as follows:

```
return [
    'bootstrap' => ['wii'],
    'modules' => [
        'wii' => [
            'class' => 'wpjCode\wii\Module',
        ],
        // ...
    ],
    // ...
];
```

You can then access Wii through the following URL:

```
http://localhost/path/to/index.php?r=wii

```

or if you have enabled pretty URLs, you may use the following URL:

```
http://localhost/path/to/index.php/wii

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Total

2

Last Release

1509d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c438c850c3d26fd06fa831725b2a2cbc7e76cf23bf2a7d3721e50d18455db50?d=identicon)[wpj](/maintainers/wpj)

---

Tags

crudrenderwpj code backendwii

### Embed Badge

![Health badge](/badges/wpj-code-wii/health.svg)

```
[![Health](https://phpackages.com/badges/wpj-code-wii/health.svg)](https://phpackages.com/packages/wpj-code-wii)
```

###  Alternatives

[schmunk42/yii2-giiant

Gii CRUD generator for Yii 2 Framework

269471.5k17](/packages/schmunk42-yii2-giiant)

PHPackages © 2026

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