PHPackages                             thiagotalma/yii2-zopim - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. thiagotalma/yii2-zopim

ActiveYii2-extension[Framework](/categories/framework)

thiagotalma/yii2-zopim
======================

zopim extension for the Yii2 framework

v1.0(9y ago)02.5k↓100%1BSD-3-ClausePHP

Since Jun 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/thiagotalma/yii2-zopim)[ Packagist](https://packagist.org/packages/thiagotalma/yii2-zopim)[ RSS](/packages/thiagotalma-yii2-zopim/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Zopim for Yii2
==============

[](#zopim-for-yii2)

This extension provides easy way to add Zopim chat in your Yii2 application.

Based on

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ php composer.phar require thiagotalma/yii2-zopim "*"
```

or add

```
"thiagotalma/yii2-zopim": "*"
```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

In your `/views/layouts/main.php` add

```
use talma\zopim\widgets\ZopimScript;
```

Then before `` add following code

```
