PHPackages                             perochak/yii2-gii-gentelella - 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. perochak/yii2-gii-gentelella

ActiveYii2-extension[Framework](/categories/framework)

perochak/yii2-gii-gentelella
============================

A Gentelella based CRUD for Yii2

1.0.0(9y ago)0391MITPHP

Since Mar 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/perochak/yii2-gii-gentelella)[ Packagist](https://packagist.org/packages/perochak/yii2-gii-gentelella)[ RSS](/packages/perochak-yii2-gii-gentelella/feed)WikiDiscussions master Synced 2mo ago

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

Gentelella based CRUD Generator
===============================

[](#gentelella-based-crud-generator)

This generator generates controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist perochak/yii2-gii-gentelella "*"

```

or add

```
"perochak/yii2-gii-gentelella": "1.0.0"
```

to the require section of your composer.json.

To use this extension, add to main config in gii section following code:

```
    'gii' => [
            ...
            'generators' => [
                'crud' => [
                    'class' => 'perochak\gii\crud\Generator',
                ],
            ],
        ],
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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

Unknown

Total

1

Last Release

3357d ago

### Community

Maintainers

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

---

Top Contributors

[![perochak](https://avatars.githubusercontent.com/u/3079119?v=4)](https://github.com/perochak "perochak (7 commits)")[![alryaz](https://avatars.githubusercontent.com/u/989479?v=4)](https://github.com/alryaz "alryaz (1 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/perochak-yii2-gii-gentelella/health.svg)

```
[![Health](https://phpackages.com/badges/perochak-yii2-gii-gentelella/health.svg)](https://phpackages.com/packages/perochak-yii2-gii-gentelella)
```

PHPackages © 2026

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