dkushnikov/yii2-yandex-metrika

Yii2 widget to add Yandex.Metrika counter on page

Installs: 6 235

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 5

Open Issues: 0

Type:yii2-extension

v1.0 2015-08-18 20:49 UTC

This package is auto-updated.

Last update: 2024-04-20 16:53:39 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,
    ]
) ?>