PHPackages                             consultnn/yii2-custom-grid - 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. consultnn/yii2-custom-grid

ActiveLibrary[Framework](/categories/framework)

consultnn/yii2-custom-grid
==========================

Yii2 GridView with plugin support

v1.3.1(6y ago)3269MITPHP

Since Jul 17Pushed 6y ago12 watchersCompare

[ Source](https://github.com/consultnn/yii2-custom-grid)[ Packagist](https://packagist.org/packages/consultnn/yii2-custom-grid)[ RSS](/packages/consultnn-yii2-custom-grid/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (3)Versions (10)Used By (0)

Yii2-Custom-Grid Module
=======================

[](#yii2-custom-grid-module)

Plugin system for Yii2 GridView

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

[](#installation)

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

Add dependence

```
"consultnn/yii2-custom-grid": "*"

```

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

Existing plug-ins
-----------------

[](#existing-plug-ins)

- [Settings](docs/plugins/resizable-columns.md)
- [ResizableColumns](docs/plugins/settings.md)

Configuration
-------------

[](#configuration)

1. Add grid view in your view with plugins parameter

```
echo consultnn\grid\GridView::widget(
    [
        'dataProvider' => $dataProvider,
        'filterModel' => $model,
        'plugins' => [
            \consultnn\grid\plugins\ResizableColumns::className(),
            [
                'class' => \consultnn\grid\plugins\Settings::className(),
                'url' => \yii\helpers\Url::to('/company/settings'),
                'storage' => Yii::$app->user->identity->settings,
                'activeColumns' => ['_id', 'name', 'type']
            ]
        ]
    ]
);

```

2. Plugins attribute contains array of enabled component plugins.

About every supported plugin you may read in [plugins docs](docs/plugins/index.md)

License
-------

[](#license)

Auth module is released under the MIT License. See the bundled `LICENSE.md` for details.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 51.6% 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 ~243 days

Recently: every ~308 days

Total

8

Last Release

2296d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6559f1e755ff5770d012bdedb22e589553caabaf3a78eadfa944d832ce16eef2?d=identicon)[sokrat](/maintainers/sokrat)

---

Top Contributors

[![serieznyi](https://avatars.githubusercontent.com/u/2323142?v=4)](https://github.com/serieznyi "serieznyi (16 commits)")[![sokrat](https://avatars.githubusercontent.com/u/427543?v=4)](https://github.com/sokrat "sokrat (9 commits)")[![smirnov-e](https://avatars.githubusercontent.com/u/131781557?v=4)](https://github.com/smirnov-e "smirnov-e (5 commits)")[![killbond](https://avatars.githubusercontent.com/u/5491696?v=4)](https://github.com/killbond "killbond (1 commits)")

---

Tags

yii2yii2-gridviewyii2-widgets

### Embed Badge

![Health badge](/badges/consultnn-yii2-custom-grid/health.svg)

```
[![Health](https://phpackages.com/badges/consultnn-yii2-custom-grid/health.svg)](https://phpackages.com/packages/consultnn-yii2-custom-grid)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[yiisoft/yii2-app-advanced

Yii 2 Advanced Project Template

1.7k960.6k5](/packages/yiisoft-yii2-app-advanced)[yiisoft/yii2-redis

Redis Cache, Session and ActiveRecord for the Yii framework

44912.1M264](/packages/yiisoft-yii2-redis)[yiisoft/yii2-httpclient

HTTP client extension for the Yii framework

43011.4M323](/packages/yiisoft-yii2-httpclient)[yiisoft/yii2-debug

The debugger extension for the Yii framework

20324.2M616](/packages/yiisoft-yii2-debug)[yiisoft/yii2-app-basic

Yii 2 Basic Project Template

6761.8M8](/packages/yiisoft-yii2-app-basic)

PHPackages © 2026

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