lazybonez / pubsub
An Yii2 extension using Ratchet socket component
dev-master
2016-05-16 06:47 UTC
Requires
- cboden/ratchet: 0.3.*
- yiisoft/yii2: *
Requires (Dev)
This package is auto-updated.
Last update: 2024-12-06 09:56:56 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(); ?>```