Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/solutosoft/yii2-kendoui
- Owner: solutosoft
- License: bsd-3-clause
- Created: 2016-12-01T15:28:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T19:21:47.000Z (about 3 years ago)
- Last Synced: 2024-10-01T00:23:56.908Z (about 2 months ago)
- Topics: jquery, kendo, kendo-ui, yii2, yii2-extension, yii2-widgets
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.