websocket/websocket

WebSocket implementation.

0.3 2015-10-23 14:29 UTC

This package is not auto-updated.

Last update: 2024-04-24 22:21:46 UTC


README

Description

Simple, high performance WebSocket library written in PHP.

Requirements

  • PHP 5.4 <
  • Ev (php-ev) / libevent (php-libev) library [highly recommended for optimal performance]

Installation

composer require websocket/websocket

Examples

https://github.com/lukaszm-rc/php-websocket-example