PHPackages                             webvimark/generators - 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. [Framework](/categories/framework)
4. /
5. webvimark/generators

ActiveLibrary[Framework](/categories/framework)

webvimark/generators
====================

Generators for yii 2

1.0.4(9y ago)160.4k↓54.9%PHP

Since Jan 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/webvimark/generators)[ Packagist](https://packagist.org/packages/webvimark/generators)[ RSS](/packages/webvimark-generators/feed)WikiDiscussions master Synced 2d ago

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

Generators for Yii 2
====================

[](#generators-for-yii-2)

Provide:

- usage of relations in views and search
- image, sorter, status columns
- better views
- integrations with other my extensions
- autocompletion

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

[](#installation)

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

Either run

```
composer require --prefer-dist webvimark/generators "*"

```

or add

```
"webvimark/generators": "*"

```

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

Configuration
-------------

[](#configuration)

In your config/web.php

```
	$config['bootstrap'][] = 'gii';
	$config['modules']['gii'] = [
		'class'=>'yii\gii\Module',
		'generators' => [
			'n-model'     => 'webvimark\generators\model\Generator',
			'n-crud'      => 'webvimark\generators\crud\Generator',
			'n-module'    => 'webvimark\generators\module\Generator',
			'n-extension' => 'webvimark\generators\extension\Generator',
		]
	];
```

Usage
-----

[](#usage)

Go to gii

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 83.1% 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 ~47 days

Total

5

Last Release

3637d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6502086?v=4)[webvimark](/maintainers/webvimark)[@webvimark](https://github.com/webvimark)

---

Top Contributors

[![webvimark](https://avatars.githubusercontent.com/u/6502086?v=4)](https://github.com/webvimark "webvimark (54 commits)")[![johny011409](https://avatars.githubusercontent.com/u/59572323?v=4)](https://github.com/johny011409 "johny011409 (11 commits)")

### Embed Badge

![Health badge](/badges/webvimark-generators/health.svg)

```
[![Health](https://phpackages.com/badges/webvimark-generators/health.svg)](https://phpackages.com/packages/webvimark-generators)
```

###  Alternatives

[webvimark/module-user-management

User with improved RBAC

156122.1k3](/packages/webvimark-module-user-management)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)

PHPackages © 2026

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