2017 © Pedro Peláez
 

yii2-extension yii2-jivosite

Jivosite widget plugin

image

tugmaks/yii2-jivosite

Jivosite widget plugin

  • Thursday, February 18, 2016
  • by tugmaks
  • Repository
  • 0 Watchers
  • 2 Stars
  • 158 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

Jivosite widget plugin for Yii2

Jivosite widget plugin, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist tugmaks/yii2-jivosite "*"

or add, (*4)

"tugmaks/yii2-jivosite": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?= \tugmaks\Jivosite\Chat::widget(['widgetId'=>'XXXXXXX']); ?>

Or you can set widgetId in application params yii-application/common/config/params-local.php, (*7)

<?php
return [
    'jivosite.widgetId'=>'ZfIbRy0uHr'
]; ?>

And call widget like this, (*8)

<?= \tugmaks\Jivosite\Chat::widget(); ?>

Widget can be called in any view or layout, (*9)

The Versions

18/02 2016

dev-master

9999999-dev

Jivosite widget plugin

  Sources   Download

MIT

The Requires

 

by Maxim Tugaev

extension yii2 jivosite