PHPackages                             hmtvltk2/yii2-kartikgii - 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. hmtvltk2/yii2-kartikgii

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hmtvltk2/yii2-kartikgii
=======================

Gii Generator base on Kartik-V extension https://github.com/kartik-v

v1.0(7y ago)116PHPPHP &gt;=5.3.0

Since Jan 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/hmtvltk2/yii2-kartikgii)[ Packagist](https://packagist.org/packages/hmtvltk2/yii2-kartikgii)[ RSS](/packages/hmtvltk2-yii2-kartikgii/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

yii2-kartikgii
==============

[](#yii2-kartikgii)

Gii CRUD Generator base on kartik-v extension. Save repeatitive works on every new CRUD generated. Below are some of the features:

- Data grid view are generated using kartik-v/yii2-grid, pjax are use for the grid
- Detail View are generated using kartik-v/yii2-detail-view, controllers are generated to support edit mode saving and delete in Detail View.
- \_form are generated using kartik-v/yii2-builder, Date/Time/DateTime/TimeStamp column are automatically generated to use DateTimePicker Widget.
- Using kartik-v/yii2-datecontrol to globalize date format, so date will automatically convert for the display and also for save according to the format you set, for all CRUD generated using this extension.

By using this extension, you no longer have to change your CRUD to using kartik-v extension, everything will be auto generated for you, and you could customize it later if you need.

Thanks for the great kartik-v extension.

For more information about kartik-v extension, please visit [kartik-v at Github](https://www.github.com/kartik-v).

> NOTE: This is the first extension i created, please kindly comment or suggest for better or correct me if im doing anything wrong. Thanks.

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

[](#installation)

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

Either run

```
$ composer require hmtvltk2/yii2-kartikgii "dev-master"

```

or add

```
"hmtvltk2/yii2-kartikgii": "dev-master"

```

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

Usage
-----

[](#usage)

```
//Add this into config/web
$config['modules']['gii']['generators'] = [
        'kartikgii-crud' => ['class' => 'hmtvltk2\kartikgii\crud\Generator'],
    ];
```

```
// Add modules 'gridview' and 'datecontrol' into your 'modules' section in config/web
'modules' => [
        'gridview' => 'kartik\grid\Module',
        'datecontrol' => 'kartik\datecontrol\Module',
    ],
```

```
// Add formatter
'components' => [
  'formatter' => [
            'dateFormat' => 'dd/MM/yyyy',
            'timeFormat' => 'hh:mm:ss a',
            'datetimeFormat' => 'dd/MM/yyyy hh:mm:ss a'
   ],
   ...
]
```

License
-------

[](#license)

**yii2-kartikgii** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.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

Every ~2 days

Total

2

Last Release

2733d ago

Major Versions

v0.1 → v1.02019-01-07

### Community

Maintainers

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

---

Top Contributors

[![warrence](https://avatars.githubusercontent.com/u/2050050?v=4)](https://github.com/warrence "warrence (18 commits)")[![hcmgismachine](https://avatars.githubusercontent.com/u/80099895?v=4)](https://github.com/hcmgismachine "hcmgismachine (8 commits)")[![hmtvltk2](https://avatars.githubusercontent.com/u/13516190?v=4)](https://github.com/hmtvltk2 "hmtvltk2 (5 commits)")[![abolivar](https://avatars.githubusercontent.com/u/92059?v=4)](https://github.com/abolivar "abolivar (1 commits)")[![execut](https://avatars.githubusercontent.com/u/2357407?v=4)](https://github.com/execut "execut (1 commits)")

### Embed Badge

![Health badge](/badges/hmtvltk2-yii2-kartikgii/health.svg)

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

###  Alternatives

[kartik-v/yii2-builder

Build forms (single-row or multi-row/tabular) easily for Yii Framework 2.0

1001.2M33](/packages/kartik-v-yii2-builder)[cinghie/yii2-traits

Yii2 Traits

116.9k8](/packages/cinghie-yii2-traits)[sintret/yii2-gii-adminlte

Yii2 Generator extension for Gii plugin with adminlte and base on dynagrid. upload excel to system to with log upload

229.6k2](/packages/sintret-yii2-gii-adminlte)[infoweb-internet-solutions/yii2-cms

CMS module for Yii2

461.7k8](/packages/infoweb-internet-solutions-yii2-cms)

PHPackages © 2026

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