Download the PHP package textalk/websocket without Composer
On this page you can find all versions of the php package textalk/websocket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package websocket
Websocket Client and Server for PHP
Archived project
This project has been archived and is no longer maintained. No bug fix and no additional features will be added.
You won't be able to submit new issues or pull requests, and no additional features will be added
This library has been replaced by sirn-se/websocket-php
Websocket Client and Server for PHP
This library contains WebSocket client and server for PHP.
The client and server provides methods for reading and writing to WebSocket streams. It does not include convenience operations such as listeners and implicit error handling.
Documentation
- Client
- Server
- Examples
- Changelog
- Contributing
Installing
Preferred way to install is with Composer.
- Current version support PHP versions
^7.4|^8.0
. - For PHP
7.2
and7.3
support use version1.5
. - For PHP
7.1
support use version1.4
. - For PHP
^5.4
and7.0
support use version1.3
.
Client
The client can read and write on a WebSocket stream. It internally supports Upgrade handshake and implicit close and ping/pong operations.
Server
The library contains a rudimentary single stream/single thread server. It internally supports Upgrade handshake and implicit close and ping/pong operations.
Note that it does not support threading or automatic association ot continuous client requests. If you require this kind of server behavior, you need to build it on top of provided server implementation.
License and Contributors
ISC License
Fredrik Liljegren, Armen Baghumian Sankbarani, Ruslan Bekenev, Joshua Thijssen, Simon Lipp, Quentin Bellus, Patrick McCarren, swmcdonnell, Ignas Bernotas, Mark Herhold, Andreas Palm, Sören Jensen, pmaasz, Alexey Stavrov, Michael Slezak, Pierre Seznec, rmeisler, Nickolay V. Shmyrev, Christoph Kempen, Marc Roberts, Antonio Mora, Simon Podlipsky, etrinh.
All versions of websocket with dependencies
phrity/net-uri Version ^1.0
phrity/util-errorhandler Version ^1.0
psr/log Version ^1.0 | ^2.0 | ^3.0
psr/http-message Version ^1.0