ho96/yii2-phpfreechat

This package is abandoned and no longer maintained. No replacement package was suggested.

Extension that is a wrapper of the PHP free chat.

Installs: 161

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2021-05-16 21:36 UTC

This package is not auto-updated.

Last update: 2021-05-16 21:40:22 UTC


README

Extension that is a wrapper of the PHP free chat.

Installation

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require ho96/yii2-phpfreechat "dev-master"

or add

"ho96/yii2-phpfreechat": "dev-master"

to the require section of your composer.json file.

Usage

use ho96\phpfreechat\PHPFreeChat;
echo PHPFreeChat::widget();

License

yii2-phpfreechat is released under the GPL v3 License. See the bundled LICENSE.md for details.