2017 © Pedro Peláez
 

library php-push-web-socket

Lightweight PHP WebSocket server handling several clients.

image

srchea/php-push-web-socket

Lightweight PHP WebSocket server handling several clients.

  • Friday, May 15, 2015
  • by srchea
  • Repository
  • 18 Watchers
  • 112 Stars
  • 1,019 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 68 Forks
  • 6 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

PHP Push WebSocket

PHP Push WebSocket is an implementation of the WebSocket protocol following the specification of RFC 6455. It also includes a client side for examples., (*1)

Installation with Composer

To install the latest stable version: composer require "srchea/php-push-web-socket", (*2)

Usage

  1. run a server instance: php websocket_server.php.
  2. Open websocket_client.html in a browser over HTTP protocol.

Examples of use cases

  • Instant messenger
  • Push app notifications
  • Shared applications like presentation (slides), collaborative text editors
  • Data monitoring, and much more

Bottom line

Composer/Packagist: https://packagist.org/packages/srchea/php-push-web-socket, (*3)

Feel free to contribute! :-), (*4)

The Versions

15/05 2015

dev-master

9999999-dev

Lightweight PHP WebSocket server handling several clients.

  Sources   Download

GPLv3

The Requires

  • php >=5.3.0

 

by Sann-Remy Chea

server websocket push rfc 6455

15/05 2015

dev-dev

dev-dev

Lightweight PHP WebSocket server handling several clients.

  Sources   Download

GPLv3

The Requires

  • php >=5.3.0

 

by Sann-Remy Chea

server websocket push rfc 6455

15/05 2015

dev-feature/wss

dev-feature/wss

Lightweight PHP WebSocket server handling several clients.

  Sources   Download

GPLv3

The Requires

  • php >=5.3.0

 

by Sann-Remy Chea

server websocket push rfc 6455

14/05 2015

1.0.0

1.0.0.0

Lightweight PHP WebSocket server handling several clients.

  Sources   Download

GPLv3

The Requires

  • php >=5.3.0

 

by Sann-Remy Chea