Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solutosoft/yii2-kendoui

Yii2 Kendo UI Extension
https://github.com/solutosoft/yii2-kendoui

jquery kendo kendo-ui yii2 yii2-extension yii2-widgets

Last synced: about 1 month ago
JSON representation

Yii2 Kendo UI Extension

Awesome Lists containing this project

README

        

Yii2 Kendo UI Extension
=========================

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](https://travis-ci.org/solutosoft/yii2-kendoui.svg?branch=master)](https://travis-ci.org/solutosoft/yii2-kendoui)

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

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

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.