solutosoft/yii2-kendoui

Yii 2 Kendo UI Extension

Maintainers

Package info

github.com/solutosoft/yii2-kendoui

Type:yii2-extension

pkg:composer/solutosoft/yii2-kendoui

Statistics

Installs: 2 372

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 2

dev-master 2021-09-14 19:21 UTC

This package is auto-updated.

Last update: 2026-02-27 23:16:36 UTC


README

This is the Kendo UI extension for Yii 2. It encapsulates Kendo UI components in terms of Yii widgets, and thus makes using this components in Yii applications extremely easy

Build Status

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist solutosoft/yii2-kendoui "*"

or add

"solutosoft/yii2-kendoui": "*"

to the require section of your composer.json file.