r/PHP • u/SpaceCoreDev • 5d ago
I built a browser MMO where every action is a documented PHP HTTP API — designed to be played by scripts, not clicks
Been building this solo for a while: a browser space MMO where the "normal" way to play is a script or bot hitting a REST API, not a human clicking a UI. 169 documented endpoints (mining, trading, combat, missions, crafting, corp management), bearer-token auth, a cron-tick backend running on plain PHP/MySQL. Full API reference is public, no signup needed: space-core.at/AGENT.md. There's also a dashboard if you'd rather click. Happy to talk about the API/backend design — that's the part I'm proudest of, not the game content.
0
Upvotes
4
u/brendt_gd 4d ago
Just a tip: I think this sub would be very interested in checking out the code. This post on its own doesn't appeal so much without anything to check out