https://github.com/ratchetphp/rfc6455
I/O agnostic WebSocket Protocol
https://github.com/ratchetphp/rfc6455
php rfc6455 websocket-protocol websockets
Last synced: 8 days ago
JSON representation
I/O agnostic WebSocket Protocol
- Host: GitHub
- URL: https://github.com/ratchetphp/rfc6455
- Owner: ratchetphp
- License: mit
- Created: 2014-09-06T00:20:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T19:02:30.000Z (3 months ago)
- Last Synced: 2025-05-16T06:04:06.585Z (8 days ago)
- Topics: php, rfc6455, websocket-protocol, websockets
- Language: PHP
- Homepage:
- Size: 338 KB
- Stars: 227
- Watchers: 10
- Forks: 42
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RFC6455 - The WebSocket Protocol
[](https://github.com/ratchetphp/RFC6455/actions)
[](http://socketo.me/reports/rfc-server/index.html)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.