PHPackages                             mithun12000/gii2-modulegen - 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. mithun12000/gii2-modulegen

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

mithun12000/gii2-modulegen
==========================

Module generation extension for Gii2

1611PHP

Since Feb 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mithun12000/gii2-modulegen)[ Packagist](https://packagist.org/packages/mithun12000/gii2-modulegen)[ RSS](/packages/mithun12000-gii2-modulegen/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

gii2-modulegen
==============

[](#gii2-modulegen)

Module generation extension for Gii2

By using this extension, you can generate pre-build module.

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

[](#installation)

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

Either run

```
$ php composer.phar require mithun12000/gii2-modulegen "*"

```

or add

```
"mithun12000/gii2-modulegen": "*"

```

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

Usage
-----

[](#usage)

```
//if your gii modules configuration looks like below:
$config['modules']['gii'] = 'yii\gii\Module';

//change it to
$config['modules']['gii']['class'] = 'yii\gii\Module';
```

```
//Add this into backend/config/main-local.php
$config['modules']['gii']['generators'] = [
        'modelgen' => ['class' => 'mithun\modulegen\module\Generator']
    ];
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![mithun12000](https://avatars.githubusercontent.com/u/138779?v=4)](https://github.com/mithun12000 "mithun12000 (21 commits)")

### Embed Badge

![Health badge](/badges/mithun12000-gii2-modulegen/health.svg)

```
[![Health](https://phpackages.com/badges/mithun12000-gii2-modulegen/health.svg)](https://phpackages.com/packages/mithun12000-gii2-modulegen)
```

###  Alternatives

[enqueue/dsn

Parse DSN

12525.5M45](/packages/enqueue-dsn)[mediawiki/maps

Adds various mapping features to MediaWiki

84145.0k3](/packages/mediawiki-maps)[bogdaan/open-location-code

Open location code for php

1076.5k](/packages/bogdaan-open-location-code)

PHPackages © 2026

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