PHPackages                             riinseresuto/yii2-responsive-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. riinseresuto/yii2-responsive-grid

ActiveWidget[Framework](/categories/framework)

riinseresuto/yii2-responsive-grid
=================================

responsive widget for yii2 gridview

v1.0.0(10mo ago)015MITJavaScript

Since Aug 12Pushed 10mo agoCompare

[ Source](https://github.com/RiinSeresuto/yii2-responsive-grid)[ Packagist](https://packagist.org/packages/riinseresuto/yii2-responsive-grid)[ RSS](/packages/riinseresuto-yii2-responsive-grid/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Yii2 Responsive Grid
====================

[](#yii2-responsive-grid)

Install
-------

[](#install)

```
composer require "riinseresuto/yii2-responsive-grid:dev-main"
```

Use
---

[](#use)

```
use riinseresuto\grid\Yii2ResponsiveGrid;

echo Yii2ResponsiveGrid::widget([
    'dataProvider' => $dataProvider,
    'layout' => "{items}\n{pager}\n{summary}",
    'columns' => [
        'first_name',
        'last_name',
        'email:email',
        [
            'attribute' => 'phone',
            'contentOptions' => function ($model, $key, $index, $column) {
                return [
                    'data-label' => $model->getAttributeLabel($column->attribute),
                ];
            },
        ],
        [
            'class' => ActionColumn::class,
            // 'headerOptions' => [
            //     'data-control' => 'true',
            // ],
            'urlCreator' => function ($action, Contact $model, $key, $index, $column) {
                return Url::toRoute([$action, 'id' => $model->id]);
            }
        ],
    ],
]);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance53

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

327d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/78845312?v=4)[Riin Seresuto](/maintainers/RiinSeresuto)[@RiinSeresuto](https://github.com/RiinSeresuto)

---

Top Contributors

[![RiinSeresuto](https://avatars.githubusercontent.com/u/78845312?v=4)](https://github.com/RiinSeresuto "RiinSeresuto (6 commits)")

### Embed Badge

![Health badge](/badges/riinseresuto-yii2-responsive-grid/health.svg)

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M300](/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)
