Skip to content

Shared code for websocket servers and clients.

License

Notifications You must be signed in to change notification settings

amphp/websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 28, 2024
963904b · Oct 28, 2024
Dec 28, 2023
Oct 28, 2024
Oct 28, 2024
Jan 31, 2019
May 29, 2022
May 29, 2022
Jan 31, 2019
Sep 3, 2023
Sep 3, 2023
Feb 6, 2023
Dec 28, 2023
Aug 6, 2019
Jan 8, 2023

Repository files navigation

amphp/websocket

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.