PHPackages                             pitcher/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pitcher/yii2-kendoui

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

pitcher/yii2-kendoui
====================

Kendo UI Extension for Yii 2

v1.2(7y ago)0648↓50%BSD-3-ClausePHPPHP &gt;=5.6

Since Dec 11Pushed 7y ago3 watchersCompare

[ Source](https://github.com/PitcherAG/yii2-kendoui)[ Packagist](https://packagist.org/packages/pitcher/yii2-kendoui)[ RSS](/packages/pitcher-yii2-kendoui/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (1)Versions (6)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.

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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~253 days

Total

5

Last Release

2797d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f169ec116505e09f6a09732cdfca8be0ab63cf5e3079a3e6d88fb0757c66a8f?d=identicon)[torfeld6](/maintainers/torfeld6)

---

Top Contributors

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

---

Tags

datasourceyii2kendokendoui

### Embed Badge

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

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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