PHPackages                             antkaz/yii2-iview - 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. [Framework](/categories/framework)
4. /
5. antkaz/yii2-iview

AbandonedArchivedYii2-extension[Framework](/categories/framework)

antkaz/yii2-iview
=================

The iView extension for the Yii framework

v0.2(7y ago)2181MITPHP

Since Jan 13Pushed 7y ago4 watchersCompare

[ Source](https://github.com/antkaz/yii2-iview)[ Packagist](https://packagist.org/packages/antkaz/yii2-iview)[ Docs](https://github.com/antkaz/yii2-iview)[ RSS](/packages/antkaz-yii2-iview/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

 [ ![](https://camo.githubusercontent.com/21e4943de6fa31ab6ad30ebe6b6310f212866aead47600eb60d1ad6a969013c2/68747470733a2f2f66696c652e697669657775692e636f6d2f646973742f37366563623665373664326334333830363566393063643766386661373337312e706e67) ](https://www.iviewui.com/)

IVIew Extension for Yii2
========================

[](#iview-extension-for-yii2)

[![License](https://camo.githubusercontent.com/4782767024bfb150723c77c04a47cd94638cf00f65dacd5db72e6286dc565d7a/68747470733a2f2f706f7365722e707567782e6f72672f616e746b617a2f796969322d69766965772f6c6963656e7365)](https://packagist.org/packages/antkaz/yii2-iview)[![Build Status](https://camo.githubusercontent.com/1332487fdb25b4580bbd422945dd221426425638bbcad96ae4032bd3b9d772b9/68747470733a2f2f7472617669732d63692e6f72672f616e746b617a2f796969322d69766965772e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/antkaz/yii2-iview)[![Maintainability](https://camo.githubusercontent.com/f17b25247639be447ff6b3094d225a356ae7b4cd250917f60f0f1c95e5ed5938/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34353830663230393965623261306361353062312f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/antkaz/yii2-iview/maintainability)

This is the [IView](https://www.iviewui.com/) UI extension based on [Vue.js](https://vuejs.org/) for Yii2. It allows you to use the components of the IView library in your application.

Documentation:

- [Russian](docs/ru/README.md)
- [English](docs/en/README.md)

Installation
============

[](#installation)

The preferred way to install this extension is through composer.

Run

```
php composer.phar require antkaz/yii2-iview
```

or add

```
"antkaz/yii2-iview": "dev-master"

```

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

Usage
-----

[](#usage)

After installing the extension, just use it in your code:

```
