lazybonez/pubsub

An Yii2 extension using Ratchet socket component

Maintainers

Package info

bitbucket.org/rockylhc/yii2-ratchet-pubsub

Issues

Type:yii2-extension

pkg:composer/lazybonez/pubsub

Statistics

Installs: 30

Dependents: 0

Suggesters: 0

dev-master 2016-05-16 06:47 UTC

This package is auto-updated.

Last update: 2026-03-06 12:46:55 UTC


README

An Yii2 extension using Ratchet socket component

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist lazybonez/pubsub "*"

or add

"lazybonez/pubsub": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \lazybonez\component\AutoloadExample::widget(); ?>```