Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valx76/browserquestphp
BrowserQuest server reimplementation in PHP 8 with Symfony
https://github.com/valx76/browserquestphp
browserquest php php82 ratchet-websocket-server symfony
Last synced: 11 days ago
JSON representation
BrowserQuest server reimplementation in PHP 8 with Symfony
- Host: GitHub
- URL: https://github.com/valx76/browserquestphp
- Owner: valx76
- License: mit
- Created: 2023-09-25T14:19:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-25T14:35:21.000Z (over 1 year ago)
- Last Synced: 2024-11-18T23:58:14.150Z (2 months ago)
- Topics: browserquest, php, php82, ratchet-websocket-server, symfony
- Language: PHP
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a reimplementation of the BrowserQuest game server in PHP.
More info on the original project can be found [here](https://github.com/mozilla/BrowserQuest).It is still a WIP for the code structure, but the server works and accept players :) .
# Tech
- PHP 8.2
- Symfony 6.3
- Ratchet for the websocket server
- ReactPHP (included in Ratchet) for the timers# Run the server
`php bin/console BrowserQuestServer`