cspray / websocket-commands
A micro-framework for creating Applications on top of amphp/websocket-server
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 0
Open Issues: 2
pkg:composer/cspray/websocket-commands
Requires
- php: ^7.2
- ext-json: *
- adbario/php-dot-notation: ^2.2
- amphp/http-server: ^2.0.0-rc1
- amphp/http-server-router: ^1.0
- amphp/log: ^1.1
- amphp/websocket: ^1.0.0-rc1
- amphp/websocket-server: ^2.0.0-rc1
- cspray/yape: ^1.2
- psr/log: ^1.1
Requires (Dev)
- amphp/phpunit-util: ^1.1
- phpunit/phpunit: ^8.3
This package is auto-updated.
Last update: 2024-07-06 10:14:11 UTC
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