PHPackages                             herroffizier/yii2-columnized - 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. herroffizier/yii2-columnized

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

herroffizier/yii2-columnized
============================

Yii2 widget for representing data provider models in column format.

1.0.0(10y ago)010BSD-3-ClausePHPPHP &gt;=5.4

Since Apr 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/herroffizier/yii2-columnized)[ Packagist](https://packagist.org/packages/herroffizier/yii2-columnized)[ RSS](/packages/herroffizier-yii2-columnized/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

Yii2 Columnized
===============

[](#yii2-columnized)

[![Build Status](https://camo.githubusercontent.com/9740c62d4e6dfff87ca0588105a27a00a4de206b6f7b105bee054330239c9b10/68747470733a2f2f7472617669732d63692e6f72672f686572726f6666697a6965722f796969322d636f6c756d6e697a65642e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/herroffizier/yii2-columnized) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/b4af5c81c5c036d0630dfbb1f3df2c048579d8f475fcc3c7fdbe6dd13b06b5e0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f686572726f6666697a6965722f796969322d636f6c756d6e697a65642f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/herroffizier/yii2-columnized/?branch=develop) [![Code Coverage](https://camo.githubusercontent.com/e98fb2c6b0cb0f632fd82e7642ba84365b62679912ee0cb56e273bbf792dfdae/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f686572726f6666697a6965722f796969322d636f6c756d6e697a65642f6261646765732f636f7665726167652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/herroffizier/yii2-columnized/?branch=develop)

Yii2 Columnized is a widget that reprensents data provider models in column format.

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

[](#installation)

Install extension with Composer:

```
composer require "herroffizier/yii2-columnized:@stable"
```

Usage
-----

[](#usage)

```
echo \herroffizier\yii2columnized\Columnized::widget([
    // data provider (ensure that pagination is disabled!)
    'dataProvider' => $dataProvider,
    // column count
    'columns' => 4,
    // item view
    'itemView' => '@app/views/common/_item',
]);
```

Refer to source code for more options.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3688d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/820232d3f5de11b08332a98ca93b025ab46d7e3563ddaec2ce6d042828718983?d=identicon)[herroffizier](/maintainers/herroffizier)

---

Top Contributors

[![korotin](https://avatars.githubusercontent.com/u/277992?v=4)](https://github.com/korotin "korotin (7 commits)")

---

Tags

yii2widgetyiiyii 2column

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/herroffizier-yii2-columnized/health.svg)

```
[![Health](https://phpackages.com/badges/herroffizier-yii2-columnized/health.svg)](https://phpackages.com/packages/herroffizier-yii2-columnized)
```

PHPackages © 2026

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