naf / websocket
A WebSocket server for NAF hosts, in plain PHP: it carries that something changed, never what.
v0.1.1
2026-09-22 21:11 UTC
Requires
- php: >=8.3
- naf/framework: ^0.2
Requires (Dev)
- friendsofphp/php-cs-fixer: 3.95.25
- phpunit/phpunit: ^12.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-22 21:17:41 UTC
README
A WebSocket server for NAF hosts, written in plain PHP: no extension beyond the core and no dependency. It carries that something changed, never what — whoever receives a message fetches the new state through the application's ordinary, already-authorised path.
Documentation
https://nafphp.github.io/docs/websocket/
Install
composer require naf/websocket php vendor/bin/naf websocket:serve
License
MIT