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.
- Host: GitHub
- URL: https://github.com/lukaszm-rc/php-websocket
- Owner: lukaszm-rc
- Created: 2015-10-19T22:21:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T12:09:46.000Z (about 10 years ago)
- Last Synced: 2025-07-17T15:55:01.338Z (11 months ago)
- Topics: libevent, php, phpreact, websockets
- Language: PHP
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebSocket [](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