p0vidl0 / yii2-yandex-metrika-widget
Yii2 widget to add Yandex.Metrika counter on page
Package info
github.com/p0vidl0/yii2-yandex-metrika-widget
Type:yii2-extension
pkg:composer/p0vidl0/yii2-yandex-metrika-widget
v1.1
2016-04-21 05:35 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-12 08:57:11 UTC
README
Yii2 widget to add Yandex.Metrika counter on page
Forked from dkushnikov/yii2-yandex-metrika
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "p0vidl0/yii2-yandex-metrika-widget" "*"
or add
"p0vidl0/yii2-yandex-metrika-widget" : "*"
to the require section of your application's composer.json file.
Usage
use yii\widgets\YandexMetrikaCounter; <?= YandexMetrikaCounter::widget( [ 'counterId' => 12345, ] ) ?>