Skip to content

Fast async WebSocket client and server library using React event loop.

Notifications You must be signed in to change notification settings

lukaszm-rc/php-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket Build Status

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