Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`