amphp / websocket
Shared code for websocket servers and clients.
Fund package maintenance!
amphp
Installs: 923 781
Dependents: 12
Suggesters: 0
Security: 0
Stars: 36
Watchers: 10
Forks: 6
Open Issues: 0
Requires
- php: >=8.1
- amphp/amp: ^3
- amphp/byte-stream: ^2
- amphp/parser: ^1
- amphp/pipeline: ^1
- amphp/socket: ^2
- revolt/event-loop: ^1
Requires (Dev)
- amphp/php-cs-fixer-config: ^2
- amphp/phpunit-util: ^3
- phpunit/phpunit: ^9
- psalm/phar: ^5.18
Suggests
- ext-zlib: Required for compression
This package is auto-updated.
Last update: 2024-10-28 21:52:56 UTC
README
AMPHP is a collection of event-driven libraries for PHP designed with fibers and concurrency in mind. amphp/websocket
contains basic websocket components shared by our Websocket Server and Websocket Client packages.
Installation
This package can be installed as a Composer dependency.
composer require amphp/websocket
Requirements
- PHP 8.1+
Versioning
amphp/websocket
follows the semver semantic versioning specification like all other amphp
packages.
Security
If you discover any security related issues, please use the private security issue reporter instead of using the public issue tracker.
License
The MIT License (MIT). Please see LICENSE
for more information.