https://github.com/kanata-php/socket-conveyor
WebSocket servers, fully featured and capable of independently managing rules and customizations.
https://github.com/kanata-php/socket-conveyor
php realtime websocket websockets
Last synced: 10 months ago
JSON representation
WebSocket servers, fully featured and capable of independently managing rules and customizations.
- Host: GitHub
- URL: https://github.com/kanata-php/socket-conveyor
- Owner: kanata-php
- License: mit
- Created: 2020-08-06T01:47:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-21T19:12:06.000Z (12 months ago)
- Last Synced: 2025-07-29T13:46:24.891Z (11 months ago)
- Topics: php, realtime, websocket, websockets
- Language: PHP
- Homepage: https://socketconveyor.com/
- Size: 1.6 MB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Socket Conveyor
This package enables you to work with socket messages using routing strategy. For that, you just add an Action Handler implementing the `ActionInterface` to the `SocketMessageRouter` and watch the magic happen!
As an example of how to accomplish that with PHP, you can use the [OpenSwoole](https://openswoole.com/). You can find out more how to use WebSockets with OpenSwoole [here](https://www.youtube.com/watch?v=Vgw5Ibqc15k).
Built for PHP8.2+.
See more at the [Documentation](https://socketconveyor.com).