An open API service indexing awesome lists of open source software.

https://github.com/cspray/websocket-commands

A micro-framework to facilitate building Websocket powered applications using @amphp
https://github.com/cspray/websocket-commands

amphp micro-framework websocket-server

Last synced: 24 days ago
JSON representation

A micro-framework to facilitate building Websocket powered applications using @amphp

Awesome Lists containing this project

README

          

# Websocket Commands

A micro-framework to facilitate building applications using [amphp/websocket-server].

## Installation

We recommend using [Composer] to install this library.

```
composer require cspray/websocket-commands
```

## Requirements

- PHP +7.2

## Documentation

The library's currently released version is documented in-source and at [websocket-commands.cspray.io].

## Roadmap

The **1.x** releases of this project are intended to solidify the API while several Amp packages are going their Release
Candidate phase. Once those dependent libraries have stable versions released the **2.0** release development will start.
The exact features for the initial 2.0 release are detailed in the [Release 2.0 Project]

[amphp/websocket-server]: https://github.com/amphp/websocket-server
[Composer]: https://getcomposer.org
[websocket-commands.cspray.io]: https://websocket-commands.cspray.io
[Release 2.0 Project]: https://github.com/cspray/websocket-commands/projects/1