p0vidl0 / yii2-yandex-metrika-widget
Yii2 widget to add Yandex.Metrika counter on page
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 5
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-01-30 03:49:21 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, ] ) ?>