PHPackages                             codefellow/giigenerators - 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. codefellow/giigenerators

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

codefellow/giigenerators
========================

Codefellow's model and crud generator

0699PHP

Since Dec 27Pushed 8y ago2 watchersCompare

[ Source](https://github.com/walczu/codefellow-gii)[ Packagist](https://packagist.org/packages/codefellow/giigenerators)[ RSS](/packages/codefellow-giigenerators/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-codefellow-giigenerators
-----------------------------

[](#yii2-codefellow-giigenerators)

New personalized GII's generators:

1. Model
2. CRUD

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

[](#installation)

To install, either run

```
$ php composer.phar require codefellow/giigenerators "@dev"

```

or add

```
"codefellow/giigenerators": "@dev"

```

Usage
-----

[](#usage)

```
$config['modules']['gii'] = [
    'class' => 'yii\gii\Module',
    'generators' => [ //here
        'codefellow-model' => [ // generator name
            'class' => 'codefellow\giigenerators\model\Generator', // generator class
        ],
        'codefellow-crud' => [ // generator name
            'class' => 'codefellow\giigenerators\crud\Generator', // generator class
            'templates' => [ //setting for out templates
                't-translation' => '@vendor/codefellow/giigenerators/src/crud/t-translation', // template name => path to template
            ]
        ]
    ],
];

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.7% 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/f32bcdee79d753bbd38d3380a1ea311c2bb543fe671cbb413b008d0129dcb7e8?d=identicon)[walczu](/maintainers/walczu)

---

Top Contributors

[![walczu](https://avatars.githubusercontent.com/u/10351337?v=4)](https://github.com/walczu "walczu (22 commits)")[![rafalcf](https://avatars.githubusercontent.com/u/115778703?v=4)](https://github.com/rafalcf "rafalcf (1 commits)")

### Embed Badge

![Health badge](/badges/codefellow-giigenerators/health.svg)

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

###  Alternatives

[pimcore/number-sequence-generator

Pimcore Number Sequence Generator

11604.2k1](/packages/pimcore-number-sequence-generator)[ircmaxell/php-types

A PHP CFG Type Inference / Reconstruction Engine

361.5k](/packages/ircmaxell-php-types)

PHPackages © 2026

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