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(9mo ago)014MITJavaScript

Since Aug 12Pushed 9mo 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 1mo ago

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

28

—

LowBetter than 54% of packages

Maintenance58

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

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

274d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7188c594a290ef75c8a3a50b0f3d67f86c67d55463adf9194243d30a3b2060fe?d=identicon)[RiinSeresuto](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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