Multiplayer phaser2 + php

hi, is possible make a multiplayer in phaser2 using php?

You can write casual games in PHP, such as checkers or chess. But, for example, for a platformer you will need server-side physics. Better take Node.js, JavaScript and WebSockets: ws - npm I have a simple example on the free hosting “Glitch” that uses Box2D-WASM and controls the client’s gravity value: Glitch :・゚✧ You can upload projects to Glitch from the GitHub repository automatically after git push to GitHub repository. The Glitch is free hosting. If no one accesses your application for 15 minutes, it goes into sleep mode. It wakes up within 15–20 seconds.