solutosoft / yii2-kendoui
Yii 2 Kendo UI Extension
Installs: 2 343
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 2
Open Issues: 1
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.12
Requires (Dev)
- phpunit/phpunit: ~4.4
This package is auto-updated.
Last update: 2024-11-15 01:57:43 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
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.