Skip to content

↕️ Lightweight implementation of WebSocket protocol in PHP

Notifications You must be signed in to change notification settings

stoufa06/php-push-websocket

 
 

Repository files navigation

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.

Installation with Composer

To install the latest stable version: composer require "stoufa06/php-push-websocket"

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

Feel free to contribute! :-)

About

↕️ Lightweight implementation of WebSocket protocol in PHP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 89.2%
  • HTML 10.8%