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

v1.1 2016-04-21 05:35 UTC

This package is not auto-updated.

Last update: 2024-04-25 00:17:48 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,
    ]
) ?>