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

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

futuretek/yii2-gii-generators
=============================

Generators and templates for yii2-gii

1.1.0(4y ago)07Apache-2.0PHPPHP &gt;=5.5.0

Since Oct 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/futuretek-solutions-ltd/yii2-ext-gii)[ Packagist](https://packagist.org/packages/futuretek/yii2-gii-generators)[ Docs](https://www.futuretek.cz/)[ RSS](/packages/futuretek-yii2-gii-generators/feed)WikiDiscussions master Synced today

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

Futuretek Yii2 Gii generators
=============================

[](#futuretek-yii2-gii-generators)

Templates and generators for yii2-gii

> Should be used only for development. `require-dev`

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

[](#installation)

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

Either run

```
php composer.phar require-dev futuretek/yii2-gii-generators "*"

```

or add to require-dev

```
"futuretek/yii2-gii-generators": "*"

```

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

Usage
-----

[](#usage)

It has automatic configuration. See `composer.json` - `extra:yii-config:web`

Or you can use your own configuration like this

```
'modules' => [
    'gii' => [
        'class' => 'yii\gii\Module',
        'allowedIPs' => ['127.0.0.1', '::1'],
        'generators' => [
            'smartyCrud' => [
                'class' => 'futuretek\gii\generators\smartyCrud\Generator',
                'templates' => [
                    'futuretek' => '@app/vendor/futuretek/yii2-gii-generators/smartyCrud/default',
                ]
            ],
            'ftsCrud' => [
                'class' => 'futuretek\gii\generators\crud\Generator',
                'templates' => [
                    'default' => '@app/vendor/futuretek/yii2-gii-generators/crud/default',
                    'purus' => '@app/vendor/futuretek/yii2-gii-generators/crud/purus',
                ]
            ],
            'model' => [
                'class' => 'yii\gii\generators\model\Generator',
                'templates' => [
                    'futuretek' => '@app/vendor/futuretek/yii2-gii-generators/model',
                ]
            ]
        ]
    ],
]
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~946 days

Total

3

Last Release

1640d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ce67c863775f4dd7237db0547fe39aaf85c9841f34773d67e88f62dcf948ae4?d=identicon)[futuretek](/maintainers/futuretek)

---

Top Contributors

[![lukascernydis](https://avatars.githubusercontent.com/u/3111717?v=4)](https://github.com/lukascernydis "lukascernydis (33 commits)")[![petrleocompel](https://avatars.githubusercontent.com/u/9423543?v=4)](https://github.com/petrleocompel "petrleocompel (22 commits)")

---

Tags

extensionyiigii

### Embed Badge

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

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

###  Alternatives

[evgeniyrru/yii2-slick

Yii2 extension for Slick Carousel

22203.5k3](/packages/evgeniyrru-yii2-slick)

PHPackages © 2026

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