---
title: "WebSocket Server"
package: "WebSocket Server"
version: "1.x"
canonical_url: "https://www.babdev.com/open-source/packages/websocket-server/docs/1.x/intro"
package_supported: true
version_released: false
notice:
  - "Version 1.x of WebSocket Server has not been released yet. Its API may change before release."
---
# WebSocket Server

The PHP WebSocket Server package is a library built on top of [ReactPHP](https://reactphp.org/) to run a [WAMP version 1](https://web.archive.org/web/20150419051041/http://wamp.ws/spec/wamp1/) compliant WebSocket server.

This package is based heavily on the design of [Ratchet](https://github.com/ratchetphp/Ratchet) with opinionated re-implementations of its core architecture.

## Support Matrix

The below table shows the support status and supported PHP versions for each major version of this package.

| Version | Status         | PHP Versions |
|---------|----------------|--------------|
| 1.x     | In Development | 8.4-8.5      |
