Skip to content

This is the new maintained version of the yii2-websocket package

License

Notifications You must be signed in to change notification settings

hunwalk/yii2-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is a fixed and reduced version of the original yii2-websocket which is at the time is not maintained.

You can find the original repository here: https://github.com/consik/yii2-websocket

I made these changes simply, because i will need this in another project. I cannot provide documentation yet, there are quite a few changes. Your only option is to read the code yourself. There may be some kind of docs here in the future.

Because of an ongoing project, you can expect this repo to be maintained by me.

Also, the command functionality has been removed, because i found it unsafe to use, and I'm going to have a different approach implementing that inside my project.

Used Ratchet

Installation

The preferred way to install this extension is through composer.

Either run

composer require hunwalk/yii2-websocket

or add

"hunwalk/yii2-websocket": "^1.0"