PHPackages                             liuxm6/yii2-kendoui - 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. liuxm6/yii2-kendoui

ActiveYii2-extension[Framework](/categories/framework)

liuxm6/yii2-kendoui
===================

Kendo UI Extension for Yii 2

07PHP

Since Mar 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/liuxm6/yii2-kendoui)[ Packagist](https://packagist.org/packages/liuxm6/yii2-kendoui)[ RSS](/packages/liuxm6-yii2-kendoui/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Kendo UI Extension for Yii 2
============================

[](#kendo-ui-extension-for-yii-2)

Currently implemented DataSource which is generating on ActiveRecord model-base.

Can be used with:

- Kendo Grid
- Kendo List
- other features are requiring DataSources

How to use?
-----------

[](#how-to-use)

@app/controllers/AddressController.php

```
use \tigrov\kendoui\KendoBuild;

class AddressController extends Controller
{
    public function actionIndex()
    {
        return $this->render('index');
    }

    public static function kendoActions()
    {
        // Address extends of ActiveRecord
        $options = [
            'model' => Address::className(),
            'query' => [
                'where' => ['status_id' => Address::STATUS_ACTIVE],
            ],
        ];

        return KendoBuild::actions($options);
    }

    public function actions()
    {
        return array_merge(parent::actions(), static::kendoActions());
    }
}
```

@app/views/address/index.php

```

        #=first_name# #=last_name#
        #=company#
        #=address#
        #=city#, #=postal_code#

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6387822?v=4)[rock](/maintainers/liuxm6)[@liuxm6](https://github.com/liuxm6)

### Embed Badge

![Health badge](/badges/liuxm6-yii2-kendoui/health.svg)

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

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)

PHPackages © 2026

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