Download the PHP package konstantin-kuklin/yandex-metrika without Composer
On this page you can find all versions of the php package konstantin-kuklin/yandex-metrika. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download konstantin-kuklin/yandex-metrika
More information about konstantin-kuklin/yandex-metrika
Files in konstantin-kuklin/yandex-metrika
Download konstantin-kuklin/yandex-metrika
More information about konstantin-kuklin/yandex-metrika
Files in konstantin-kuklin/yandex-metrika
Vendor konstantin-kuklin
Package yandex-metrika
Short Description Yandex Metrika extensions for your Symfony2 project.
License MIT
Homepage https://github.com/KonstantinKuklin/YandexMetrikaBundle
Package yandex-metrika
Short Description Yandex Metrika extensions for your Symfony2 project.
License MIT
Homepage https://github.com/KonstantinKuklin/YandexMetrikaBundle
Please rate this library. Is it a good library?
Informations about the package yandex-metrika
YandexMetrikaBundle
Yandex Metrika Bundle для простой установки счетчика метрики.
Установка для Symfony 2.0
Файл deps
[YandexMetrikaBundle]
git=git://github.com/KonstantinKuklin/YandexMetrikaBundle
target=/bundles/KonstantinKuklin/Bundle/YandexMetrikaBundle
Файл autoload.php
'KonstantinKuklin' => __DIR__.'/../vendor/bundles',
Файл AppKernel.php
Добавьте YandexMetrikaBundle() в тело метода registerBundles()
:
new KonstantinKuklin\Bundle\YandexMetrikaBundle\YandexMetrikaBundle(),
Установка для Symfony 2.1
php composer.phar require konstantin-kuklin/yandex-metrika --no-update
Шаблон
Для отображения кода метрики в нужном месте вставьте {{ yandex_metrika_init() }}
Полный app/config.yml
yandex_metrika:
id: 123123123 # Ваш ID
webvisor: false # Вебвизор
clickmap: true # Карта вкликов
trackLinks: true # Внешние ссылки, загрузки файлов и отчет по кнопке поделиться
accurateTrackBounce: true # Точный показатель отказов
trackHash: true # Отслеживание хеша в адресной строке
Необходимый минимум app/config.yml
yandex_metrika:
id: 123123123 # Ваш ID
All versions of yandex-metrika with dependencies
PHP Build Version
Package Version
No informations.
The package konstantin-kuklin/yandex-metrika contains the following files
Loading the files please wait ....