2017 © Pedro Peláez
 

library content-auto-update-multi-room-socket

A multi user multi room web socket server which updates the content automatically by using socket in php

image

diveshopx/content-auto-update-multi-room-socket

A multi user multi room web socket server which updates the content automatically by using socket in php

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

content-auto-update-multi-room-socket

Introduction

A multi user multi room web socket server., (*1)

Requirements

This library package requires PHP 5.4 or later., (*2)

Installation

Installing via Composer

The recommended way to install content-auto-update-multi-room-socket is through Composer., (*3)

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest version of content-auto-update-multi-room-socket:, (*4)

composer.phar require divshopx/content-auto-update-multi-room-socket

After installing, you need to require Composer's autoloader:, (*5)

require 'vendor/autoload.php';

Usage

An example is provided in the example/ directory. Start the server with the command:, (*6)

php example/server.php

An example HTML client interface is located at example/client.html. You will need to update the notificationUrl variable in example/notification.js with the host name (or ip address) of the server you ran the previous command on., (*7)

var notificationUrl = 'ws://your-host-name:9911';

Version History

0.1.3 (20/01/2018), (*8)

  • Additional params added.

0.1.2 (16/01/2018), (*9)

  • Origin check added.

0.1.1 (04/01/2018), (*10)

  • connectedNotification method added as a hook.

0.1.0 (04/01/2018), (*11)

  • First public release of content-auto-update-multi-room-socket

content-auto-update-multi-room-socket Copyright (c) 2018 divshopx (support@ds360.biz) All rights reserved., (*12)

The Versions

04/01 2018

dev-master

9999999-dev https://github.com/diveshopx/content-auto-update-multi-room-socket

A multi user multi room web socket server which updates the content automatically by using socket in php

  Sources   Download

MIT

The Requires

 

php mysql socket web socket ratchet send receive screen-update real-time-notification content-auto-update

04/01 2018

0.1.3

0.1.3.0 https://github.com/diveshopx/content-auto-update-multi-room-socket

A multi user multi room web socket server which updates the content automatically by using socket in php

  Sources   Download

MIT

The Requires

 

php mysql socket web socket ratchet send receive screen-update real-time-notification content-auto-update