PHPackages                             dhtmlx/dhtmlx-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dhtmlx/dhtmlx-gii

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

dhtmlx/dhtmlx-gii
=================

Gii Generator for the generation of grid on a given url with the help of DHTMLX Library

1.0.0(10y ago)65982MITPHPPHP &gt;=5.4.0

Since Jun 16Pushed 10y ago15 watchersCompare

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

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

yii2-dhtmlx-gii-generators
==========================

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

This generator generates the grid on a given url with the help of DHTMLX Grid.

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

[](#installation)

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

Either run

```
$ php composer.phar require "dhtmlx/dhtmlx-gii": "dev-master"

```

or add

```
"dhtmlx/dhtmlx-gii": "dev-master"

```

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

After that you can install new package:

```
$ php composer.phar update

```

Usage
-----

[](#usage)

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

//remove this two lines
```

```
//Add this into common/config/web.php

    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = [
            'class' => 'yii\gii\Module',
            'generators' => [
                'dhtmlx-one-table' => [
                    'class' => 'DHTMLX\Gii\SingleTable\Generator',
                ],
                'dhtmlx-many-tables' => [
                                    'class' => 'DHTMLX\Gii\ManyTables\Generator',
                                ],
            ],
        ];
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

3989d ago

### Community

Maintainers

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

---

Top Contributors

[![Kirylka](https://avatars.githubusercontent.com/u/2163793?v=4)](https://github.com/Kirylka "Kirylka (32 commits)")[![mkozhukh](https://avatars.githubusercontent.com/u/2178224?v=4)](https://github.com/mkozhukh "mkozhukh (1 commits)")

---

Tags

generatoryii2giidhtmlx

### Embed Badge

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

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

###  Alternatives

[elisdn/yii2-gii-fixture-generator

Fixture class generator for Gii module of Yii2 Framework.

25300.3k2](/packages/elisdn-yii2-gii-fixture-generator)[mdmsoft/yii2-gii

Yii2 custom generator for gii

1335.4k1](/packages/mdmsoft-yii2-gii)[sintret/yii2-gii-adminlte

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

209.6k2](/packages/sintret-yii2-gii-adminlte)

PHPackages © 2026

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