PHPackages                             sankaest/yii2-gridview - 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. sankaest/yii2-gridview

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

sankaest/yii2-gridview
======================

Yii2 Gridview module for BSN4 version.

v1.0.0(5y ago)010BSD-3-ClausePHP

Since Nov 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sankaest/yii2-gridview)[ Packagist](https://packagist.org/packages/sankaest/yii2-gridview)[ Docs](https://github.com/sankaest/yii2-gridview)[ RSS](/packages/sankaest-yii2-gridview/feed)WikiDiscussions master Synced 2d ago

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

This is a base library with set of foundation classes and components used by all [Yii2 extensions by Krajee](http://demos.axendo.ee). One can use this base library during creation of one's own extensions if needed.

> NOTE: This extension depends on the [yiisoft/yii2-bootstrap](https://github.com/yiisoft/yii2-bootstrap) and/or [yiisoft/yii2-bootstrap4](https://github.com/yiisoft/yii2-bootstrap4) extensions. Check the [composer.json](https://github.com/kartik-v/yii2-rebase/blob/master/composer.json) for this extension's requirements and dependencies.

Why this extension?
-------------------

[](#why-this-extension)

To ensure a leaner code base / foundation component for use in all Krajee extensions (e.g. yii2-widgets, yii2-datecontrol, yii2-grid, yii2-dynagrid etc.). This should allow most developers to plug and play components only they need, without needing the complete suite of widgets. For example, this mitigates [this issue](https://github.com/kartik-v/yii2-grid/issues/123).

Release Changes
---------------

[](#release-changes)

> NOTE: Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-rebase/blob/master/CHANGE.md) for details on changes to various releases.

Extension Classes
-----------------

[](#extension-classes)

### [Module](https://github.com/kartik-v/yii2-rebase/blob/master/src/Module.php)

[](#module)

Extends [Yii Module](https://github.com/yiisoft/yii2/blob/master/framework/base/Module.php) class for Krajee's Yii2 widgets and usage with translation properties enabled.

### [Widget](https://github.com/kartik-v/yii2-rebase/blob/master/src/Widget.php)

[](#widget)

Extends [Yii Widget](https://github.com/yiisoft/yii2/blob/master/framework/base/Widget.php) class for Krajee's Yii2 widgets and usage with bootstrap CSS framework.

### [InputWidget](https://github.com/kartik-v/yii2-rebase/blob/master/src/InputWidget.php)

[](#inputwidget)

Extends [Yii InputWidget](https://github.com/yiisoft/yii2/blob/master/framework/widgets/InputWidget.php) class for Krajee's Yii2 widgets and usage with bootstrap CSS framework. With release v1.3.0, the Input widget automatically now attaches the following HTML5 data attribute for each input that registers jQuery plugins via `registerPlugin` method:

- `data-krajee-{name}` the client options of the plugin. The tag `{name}` will be replaced with the registered jQuery plugin name (e.g. `select2`, `typeahead` etc.).

### [TranslationTrait](https://github.com/kartik-v/yii2-rebase/blob/master/src/TranslationTrait.php)

[](#translationtrait)

A trait for handling translation functionality using Yii's i18n components.

### [BootstrapInterface](https://github.com/kartik-v/yii2-rebase/blob/master/src/BootstrapInterface.php)

[](#bootstrapinterface)

The interface that defines the constants and method signatures for bootstrap 3.x and 4.x versions that will be implemented in all classes that use `BootstrapTrait`.

### [BootstrapTrait](https://github.com/kartik-v/yii2-rebase/blob/master/src/BootstrapTrait.php)

[](#bootstraptrait)

A trait for bootstrap 3.x and 4.x version parsing functionality for Krajee extensions (the class using this trait must implement `BootstrapInterface`).

### [AddonTrait](https://github.com/kartik-v/yii2-rebase/blob/master/src/AddonTrait.php)

[](#addontrait)

A trait for rendering bootstrap 3.x or 4.x input group addons.

### [WidgetTrait](https://github.com/kartik-v/yii2-rebase/blob/master/src/WidgetTrait.php)

[](#widgettrait)

A trait for Krajee widgets including prebuilt methods for plugin registration.

### [AssetBundle](https://github.com/kartik-v/yii2-rebase/blob/master/src/AssetBundle.php)

[](#assetbundle)

Extends [Yii AssetBundle](https://github.com/yiisoft/yii2/blob/master/framework/web/AssetBundle.php) class for Krajee's Yii2 widgets with enhancements for using minimized CSS and JS based on debug mode.

### [PluginAssetBundle](https://github.com/kartik-v/yii2-rebase/blob/master/src/PluginAssetBundle.php)

[](#pluginassetbundle)

Extension of the above [AssetBundle](https://github.com/kartik-v/yii2-rebase/blob/master/src/AssetBundle.php) to include dependency on Bootstrap assets and javascript plugins.

### [AnimateAsset](https://github.com/kartik-v/yii2-rebase/blob/master/src/AnimateAsset.php)

[](#animateasset)

An asset bundle for loading various CSS3 animations and effects.

### [Html5Input](https://github.com/kartik-v/yii2-rebase/blob/master/src/Html5Input.php)

[](#html5input)

A modified input widget for rendering HTML5 inputs with bootstrap styling and input group addons for Krajee's Yii 2 extensions.

### [Config](https://github.com/kartik-v/yii2-rebase/blob/master/src/Config.php)

[](#config)

A global configuration and validation helper class for usage across Krajee's Yii 2 extensions.

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

[](#installation)

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

> Note: Read this [web tip /wiki](http://webtips.axendo.ee/setting-composer-minimum-stability-application/) on setting the `minimum-stability` settings for your application's composer.json.

Either run

```
$ php composer.phar require kartik-v/yii2-rebase "dev-master"

```

or add

```
"kartik-v/yii2-rebase": "dev-master"

```

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

License
-------

[](#license)

**yii2-rebase** is released under the BSD-3-Clause License. See the bundled `LICENSE.md` for details.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

2017d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/826d3c778d6839730cf4eda440955d48d4eea30a52a06e16791636809df5f5a1?d=identicon)[sankaest](/maintainers/sankaest)

---

Top Contributors

[![sankaest](https://avatars.githubusercontent.com/u/21160342?v=4)](https://github.com/sankaest "sankaest (5 commits)")

---

Tags

yii2extensionwidgetfoundationgridviewsankaest

### Embed Badge

![Health badge](/badges/sankaest-yii2-gridview/health.svg)

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

###  Alternatives

[richardfan1126/yii2-sortable-gridview

Sortable GridView for Yii2

29189.3k](/packages/richardfan1126-yii2-sortable-gridview)[sjaakp/yii2-alphapager

Page data on initial character in Yii2.

184.4k](/packages/sjaakp-yii2-alphapager)[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)
