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

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

sibds/yii2-sibds-gii
====================

SibDS generators for Yii2-Gii

v0.4(4y ago)1412MITPHP

Since Mar 10Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (4)Used By (0)

SibDS generators for Yii2-Gii
=============================

[](#sibds-generators-for-yii2-gii)

SibDS generators for Yii2-Gii

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

[](#installation)

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

Either run

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

```

or add

```
"sibds/yii2-sibds-gii": "*"

```

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

Usage
-----

[](#usage)

Simply use it in your code by :

```
$config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
        'generators' => [
            'SModel' => [
                'class' => 'sibds\gii\model\Generator',
            ],
            'SModule' => [
                'class' => 'sibds\gii\module\Generator',
            ],
            'SCrud' => [
                'class' => 'sibds\gii\crud\Generator',
            ],
        ],
    ];
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~1056 days

Total

3

Last Release

1603d ago

### Community

Maintainers

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

---

Top Contributors

[![mazurva](https://avatars.githubusercontent.com/u/1152567?v=4)](https://github.com/mazurva "mazurva (35 commits)")

---

Tags

yii2gii

### Embed Badge

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

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

###  Alternatives

[yiisoft/yii2-gii

The Gii extension for the Yii framework

21118.4M613](/packages/yiisoft-yii2-gii)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

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