Download the PHP package sammaye/yii2-elephantio without Composer
On this page you can find all versions of the php package sammaye/yii2-elephantio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sammaye/yii2-elephantio
More information about sammaye/yii2-elephantio
Files in sammaye/yii2-elephantio
Download sammaye/yii2-elephantio
More information about sammaye/yii2-elephantio
Files in sammaye/yii2-elephantio
Vendor sammaye
Package yii2-elephantio
Short Description A plugin for using Elephant IO with Yii2
License BSD-3-Clause
Homepage http://www.sammaye.wordpress.com/
Package yii2-elephantio
Short Description A plugin for using Elephant IO with Yii2
License BSD-3-Clause
Homepage http://www.sammaye.wordpress.com/
Please rate this library. Is it a good library?
Informations about the package yii2-elephantio
yii2-elephantio
Yii2 Elephant IO implementation.
This is a really dirt simple extension which just wraps the Elephant IO module into a Yii2 Component.
You can configure it in your application configuration like so:
'elephantio' => [
'class' => 'sammaye\elephantio\ElephantIo',
'host' => 'http://localhost:3000'
]
Adding it to your components
array.
Note: Elephant IO only supports websockets.
You can use it like so:
Yii::$app->elephantio->emit('some event', ['param1' => 'value1']);
Yii::$app->elephantio->read();
And that's it...literally.
All versions of yii2-elephantio with dependencies
PHP Build Version
Package Version
The package sammaye/yii2-elephantio contains the following files
Loading the files please wait ....