PHPackages                             andydodot/yii2-dodotgii - 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. andydodot/yii2-dodotgii

ActiveLibrary[Framework](/categories/framework)

andydodot/yii2-dodotgii
=======================

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

11261[1 issues](https://github.com/andydodot/yii2-dodotgii/issues)PHP

Since Aug 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/andydodot/yii2-dodotgii)[ Packagist](https://packagist.org/packages/andydodot/yii2-dodotgii)[ RSS](/packages/andydodot-yii2-dodotgii/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-dodotgii
=============

[](#yii2-dodotgii)

Gii CRUD Generator with custom and fix issues for inlislite (Opensource Digital Library)

Fix Issues :

- I18N for placeholder in view \_form.php and index.php button "Add" and "Reset List"
- Title base on modul name without define variable on create.php &amp; update.php
- Edit link base on moduleId/ControllerID

Custom :

- Ignorance some timespan field for inlislite development like CreateBy,CreateDate,CreateTerminal,UpdateBy,UpdateDate,UpdateTerminal

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

[](#installation)

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

Either run

```
$ php composer.phar require andydodot/yii2-dodotgii "dev-master"

```

or add

```
"andydodot/yii2-dodotgii": "dev-master"

```

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

Usage
-----

[](#usage)

```
//if your gii modules configuration looks like below:
$config['modules']['gii'] = 'yii\gii\Module';

//change it to
$config['modules']['gii']['class'] = 'yii\gii\Module';
```

```
//Add this into backend/config/main-local.php
$config['modules']['gii']['generators'] = [
        'dodotgii-crud' => ['class' => 'andydodot\dodotgii\crud\Generator'],
    ];
```

```
//Add 'gridview' into your 'modules' section in backend/config/main.php
'modules' => [
        'gridview' => [
            'class' => 'kartik\grid\Module',
        ],

    ],
```

```
//add modules 'datecontrol' into your 'modules' section in common/config/main
'modules' => [
        'datecontrol' =>  [
            'class' => 'kartik\datecontrol\Module',

            // format settings for displaying each date attribute
            'displaySettings' => [
                'date' => 'd-m-Y',
                'time' => 'H:i:s A',
                'datetime' => 'd-m-Y H:i:s A',
            ],

            // format settings for saving each date attribute
            'saveSettings' => [
                'date' => 'Y-m-d',
                'time' => 'H:i:s',
                'datetime' => 'Y-m-d H:i:s',
            ],

            // automatically use kartik\widgets for each of the above formats
            'autoWidget' => true,

        ]
    ],
```

Original README :

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-1)

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

Either run

```
$ php composer.phar require warrence/yii2-kartikgii "dev-master"

```

or add

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

```

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

Usage
-----

[](#usage-1)

```
//if your gii modules configuration looks like below:
$config['modules']['gii'] = 'yii\gii\Module';

//change it to
$config['modules']['gii']['class'] = 'yii\gii\Module';
```

```
//Add this into backend/config/main-local.php
$config['modules']['gii']['generators'] = [
        'kartikgii-crud' => ['class' => 'warrence\kartikgii\crud\Generator'],
    ];
```

```
//Add 'gridview' into your 'modules' section in backend/config/main.php
'modules' => [
        'gridview' => [
            'class' => 'kartik\grid\Module',
        ],

    ],
```

```
//add modules 'datecontrol' into your 'modules' section in common/config/main
'modules' => [
        'datecontrol' =>  [
            'class' => 'kartik\datecontrol\Module',

            // format settings for displaying each date attribute
            'displaySettings' => [
                'date' => 'd-m-Y',
                'time' => 'H:i:s A',
                'datetime' => 'd-m-Y H:i:s A',
            ],

            // format settings for saving each date attribute
            'saveSettings' => [
                'date' => 'Y-m-d',
                'time' => 'H:i:s',
                'datetime' => 'Y-m-d H:i:s',
            ],

            // automatically use kartik\widgets for each of the above formats
            'autoWidget' => true,

        ]
    ],
```

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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://avatars.githubusercontent.com/u/11666599?v=4)[andydodot](/maintainers/andydodot)[@andydodot](https://github.com/andydodot)

---

Top Contributors

[![andydodot](https://avatars.githubusercontent.com/u/11666599?v=4)](https://github.com/andydodot "andydodot (12 commits)")[![HenryDewa](https://avatars.githubusercontent.com/u/2367303?v=4)](https://github.com/HenryDewa "HenryDewa (3 commits)")

### Embed Badge

![Health badge](/badges/andydodot-yii2-dodotgii/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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