Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amphp/websocket
Shared code for websocket servers and clients.
https://github.com/amphp/websocket
amphp async php rfc-6455 rfc-7692 websocket
Last synced: 7 days ago
JSON representation
Shared code for websocket servers and clients.
- Host: GitHub
- URL: https://github.com/amphp/websocket
- Owner: amphp
- License: mit
- Created: 2019-01-30T23:04:59.000Z (about 6 years ago)
- Default Branch: 2.x
- Last Pushed: 2024-10-28T21:52:53.000Z (3 months ago)
- Last Synced: 2025-01-25T11:05:38.778Z (14 days ago)
- Topics: amphp, async, php, rfc-6455, rfc-7692, websocket
- Language: PHP
- Homepage:
- Size: 497 KB
- Stars: 38
- Watchers: 11
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/amphp/websocket-server) and [Websocket Client](https://github.com/amphp/websocket-client) packages.
## Installation
This package can be installed as a [Composer](https://getcomposer.org/) dependency.
```
composer require amphp/websocket
```## Requirements
* PHP 8.1+
## Versioning
`amphp/websocket` follows the [semver](http://semver.org/) 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`](./LICENSE) for more information.