dkushnikov / yii2-yandex-metrika
Yii2 widget to add Yandex.Metrika counter on page
Package info
github.com/dkushnikov/yii2-yandex-metrika
Type:yii2-extension
pkg:composer/dkushnikov/yii2-yandex-metrika
v1.0
2015-08-18 20:49 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-20 20:40:43 UTC
README
Yii2 widget to add Yandex.Metrika counter on page
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "dkushnikov/yii2-yandex-metrika" "*"
or add
"dkushnikov/yii2-yandex-metrika" : "*"
to the require section of your application's composer.json file.
Usage
use yii\widgets\YandexMetrikaCounter; <?= YandexMetrikaCounter::widget( [ 'counterId' => 12345, ] ) ?>