Download the PHP package totoro1302/php-websocket-client without Composer
On this page you can find all versions of the php package totoro1302/php-websocket-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-websocket-client
PHP Websocket Client
What is it?
Basic implementation of PHP Websocket client that follow RFC6455
Installation
If you wish to install it in your project, require it via composer:
Tests
PHPUnit
- Coverage must be 100% on
src/
Stack description
PHP
- PHP >= 8.2 is required
Extensions
- extension pcntl
Dependencies
- psr/log
- nyholm/psr7
- psr/http-factory
Run test
Run PHP unit tests
Run code sniffer
Run PHPStan static
Run PHP 8.2 compatibility
Run code smell fix
Usage
Auto Respond
The client handles ping/pong logic on both sides. It means it automatically respond to ping frame by a pong frame, and client also send ping frame to the server to check the server is always alive.
All versions of php-websocket-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
ext-pcntl Version *
psr/log Version ^3.0
nyholm/psr7 Version ^1.5
psr/http-factory Version ^1.0
ext-pcntl Version *
psr/log Version ^3.0
nyholm/psr7 Version ^1.5
psr/http-factory Version ^1.0
The package totoro1302/php-websocket-client contains the following files
Loading the files please wait ....