Search by

ratchet / rfc6455

cboden

RFC6455 WebSocket protocol handler

Package info

github.com/ratchetphp/RFC6455

Homepage

Chat

pkg:composer/ratchet/rfc6455

Statistics

Installs: 49 942 422

Dependents: 91

Suggesters: 1

Stars: 236

Open Issues: 0

v0.4.1 2026-06-06 14:34 UTC

This package is auto-updated.

Last update: 2026-09-06 09:36:25 UTC


README

Build Status Autobahn Testsuite

This library a protocol handler for the RFC6455 specification. It contains components for both server and client side handshake and messaging protocol negotation.

Aspects that are left open to interpretation in the specification are also left open in this library. It is up to the implementation to determine how those interpretations are to be dealt with.

This library is independent, framework agnostic, and does not deal with any I/O. HTTP upgrade negotiation integration points are handled with PSR-7 interfaces.