An open API service indexing awesome lists of open source software.

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

Fast async WebSocket client and server library using React event loop.
https://github.com/lukaszm-rc/php-websocket

libevent php phpreact websockets

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# WebSocket [![Build Status](https://travis-ci.org/lukaszm-rc/php-websocket.svg?branch=master)](https://travis-ci.org/lukaszm-rc/WebSocket)
## 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