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
- Host: GitHub
- URL: https://github.com/cspray/websocket-commands
- Owner: cspray
- License: mit
- Archived: true
- Created: 2019-09-11T02:26:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T23:53:48.000Z (over 6 years ago)
- Last Synced: 2026-01-11T17:19:04.416Z (2 months ago)
- Topics: amphp, micro-framework, websocket-server
- Language: PHP
- Homepage: http://websocket-commands.cspray.io
- Size: 71.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-amphp - cspray/websocket-commands - A micro-framework to facilitate building Websocket powered applications (Websocket / Tunnel)
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