PHPackages                             himiklab/yii2-handsontable-widget - 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. himiklab/yii2-handsontable-widget

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

himiklab/yii2-handsontable-widget
=================================

A minimalist Excel-like grid widget for Yii2

1.1.1(7y ago)179.7k81MITPHP

Since Sep 27Pushed 7y ago3 watchersCompare

[ Source](https://github.com/himiklab/yii2-handsontable-widget)[ Packagist](https://packagist.org/packages/himiklab/yii2-handsontable-widget)[ RSS](/packages/himiklab-yii2-handsontable-widget/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (1)

Handsontable Widget for Yii2
============================

[](#handsontable-widget-for-yii2)

A minimalist Excel-like grid widget for Yii2 based on [Handsontable](https://github.com/handsontable/handsontable).

![Packagist](https://camo.githubusercontent.com/1526560511b1872e58e8044e0f0f4b8f74a0287f84a217833afacd6dbb92f848/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68696d696b6c61622f796969322d68616e64736f6e7461626c652d7769646765742e737667) ![Packagist](https://camo.githubusercontent.com/c54eb15e72a5b30a57c1be9282730d2adcf63d5bee3d4ab3fa3f892fb020c0d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68696d696b6c61622f796969322d68616e64736f6e7461626c652d7769646765742e737667) ![license](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist "himiklab/yii2-handsontable-widget" "*"

```

or add

```
"himiklab/yii2-handsontable-widget" : "*"
```

to the require section of your application's `composer.json` file.

Usage
-----

[](#usage)

```
use himiklab\handsontable\HandsontableWidget;

```

or with ActiveRecord

in view:

```
use himiklab\handsontable\HandsontableWidget;

```

in controller:

```
use app\models\Page;
use himiklab\handsontable\actions\HandsontableActiveAction;

public function actions()
{
    return [
        'hts' => [
            'class' => HandsontableActiveAction::className(),
            'model' => Page::className(),
            'isChangeable' => true,
        ],
    ];
}
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 93.8% 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 ~223 days

Recently: every ~247 days

Total

6

Last Release

2770d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cfc1555d751fb9c67e860ffe7919256d967afd5438b28b5744ee5c3a798059fb?d=identicon)[himiklab](/maintainers/himiklab)

---

Top Contributors

[![himiklab](https://avatars.githubusercontent.com/u/6266409?v=4)](https://github.com/himiklab "himiklab (15 commits)")[![motin](https://avatars.githubusercontent.com/u/793037?v=4)](https://github.com/motin "motin (1 commits)")

---

Tags

gridyii2widgethandsontable

### Embed Badge

![Health badge](/badges/himiklab-yii2-handsontable-widget/health.svg)

```
[![Health](https://phpackages.com/badges/himiklab-yii2-handsontable-widget/health.svg)](https://phpackages.com/packages/himiklab-yii2-handsontable-widget)
```

###  Alternatives

[kartik-v/yii2-grid

Yii 2 GridView on steroids. Various enhancements and utilities for the Yii 2.0 GridView widget.

5576.6M179](/packages/kartik-v-yii2-grid)[himiklab/yii2-sortable-grid-view-widget

Sortable modification of standard Yii2 GridView widget

80351.1k7](/packages/himiklab-yii2-sortable-grid-view-widget)[mickgeek/yii2-actionbar

A control bar with bulk actions for the GridView widget.

3444.5k](/packages/mickgeek-yii2-actionbar)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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