hunwalk/yii2-websocket

Yii2 websocket server component

Installs: 58

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

v1.1 2020-01-02 16:04 UTC

This package is auto-updated.

Last update: 2024-04-29 04:19:42 UTC


README

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"