PHPackages                             simialbi/yii2-interactive-voting - 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. [Admin Panels](/categories/admin)
4. /
5. simialbi/yii2-interactive-voting

ActiveYii2-extension[Admin Panels](/categories/admin)

simialbi/yii2-interactive-voting
================================

Interactive voting module for yii2

1.1.0(3y ago)11161MITPHPPHP &gt;=7.3CI failing

Since Mar 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/simialbi/yii2-interactive-voting)[ Packagist](https://packagist.org/packages/simialbi/yii2-interactive-voting)[ RSS](/packages/simialbi-yii2-interactive-voting/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (17)Versions (18)Used By (0)

Interactive voting module for yii2
==================================

[](#interactive-voting-module-for-yii2)

(badges)

Resources
---------

[](#resources)

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

[](#installation)

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

Either run

```
$ php composer.phar require --prefer-dist simialbi/yii2-interactive-voting

```

or add

```
"simialbi/yii2-interactive-voting": "^1.0.0"

```

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

Usage
-----

[](#usage)

In order to use this module, you will need to:

1. [Setup Module](#setup-module) your application so that the module is available.
2. [Create a user identity](#create-identity) class which extends UserInterface

### Setup Module

[](#setup-module)

Configure the module in the modules section of your Yii configuration file.

### Create identity

[](#create-identity)

Create an identity class which implements `simialbi\yii2\models\UserInterface` e.g.:

```
