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

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

tigrov/yii2-kendoui
===================

Kendo UI Extension for Yii 2

1.0.1(6y ago)105606[1 issues](https://github.com/Tigrov/yii2-kendoui/issues)BSD-3-ClausePHPPHP &gt;=5.6

Since Dec 10Pushed 6y ago3 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)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 that require DataSources

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

[](#installation)

The preferred way to install this extension is through composer.

Either run

`php composer.phar require --prefer-dist tigrov/yii2-kendoui`

or add

`"tigrov/yii2-kendoui": "~1.0"`

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

Also since there is **yii2-kendoui 2.0 in development now**, make sure you have a version constraint in your `composer.json`, that does not allow it to be installed automatically on update, so when next major version of yii2-kendoui is released, your project won't break by itself. A version constraint that does not include 2.0 is for example ~1.0, make sure you do not have &gt;= or \* in version constraints in `composer.json`.

**To try the new version of yii2-kendoui add**

`"tigrov/yii2-kendoui": "2.x-dev"`

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

See more at [Tigrov/yii2-kendoui/tree/2](https://github.com/Tigrov/yii2-kendoui/tree/2)

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

31

—

LowBetter than 68% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

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 ~373 days

Total

3

Last Release

2329d ago

Major Versions

1.0.0 → 2.x-dev2019-08-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/77d285672dec831b7ce5746ab8bb1dd20fffe81fb9d11c232534686706de9697?d=identicon)[Tigros](/maintainers/Tigros)

---

Top Contributors

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

---

Tags

kendo-uiyii2yii2-extensiondatasourceyii2kendokendoui

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/tigrov-yii2-kendoui/health.svg)](https://phpackages.com/packages/tigrov-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)
