baxriev/yii2-vote

Vote for yii2

Maintainers

Package info

github.com/Baxriev/yii2-vote

Type:yii2-extension

pkg:composer/baxriev/yii2-vote

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2019-06-11 10:56 UTC

This package is auto-updated.

Last update: 2026-03-21 03:24:57 UTC


README

Vote for yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist baxriev/yii2-vote "*"

or add

"baxriev/yii2-vote": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \baxriev\vote\AutoloadExample::widget(); ?>```