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

[phannaly/php-datetime-khmer

The PHP library for convert datetime to Khmer

1510.3k](/packages/phannaly-php-datetime-khmer)[moosend/website-tracking

By installing the Moosend PHP Tracking library you are can track page views, product views, add to cart events and successful purchases. You can later use these details to segment your user base, run automations, check how successful your latest promo has been and how many conversions your landing page has led to.

1020.9k1](/packages/moosend-website-tracking)

PHPackages © 2026

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