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

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

webix/gii
=========

Gii Generator for the generation of datatable on a given url with the help of Webix Library

4101[1 issues](https://github.com/webix-hub/webix-gii/issues)PHP

Since Apr 8Pushed 11y ago16 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-webix-gii-generators
=========================

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

This generator generates the grid on a given url with the help of Webix Datatable.

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

[](#installation)

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

Either run

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

```

or add

```
"webix/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' => [
                'webix-many-tables' => [
                                    'class' => 'Webix\Gii\ManyTables\Generator'
                                ],
            ],
        ];
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

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.

### 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 (7 commits)")

### Embed Badge

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

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

PHPackages © 2026

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