Phpcraft / core

A PHP library for all things Minecraft: Java Edition.

Home Page:https://phpcraft.de/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Windows

timmyRS opened this issue · comments

The only reason why Windows currently isn't supported is because STDIN doesn't work properly. However, STDIN is as much a dependency to Phpcraft as mbstring is, so everything should be a bit more Windows-friendly. Things that come to mind are:

  • Removing references to apt-get (or at least checking the OS before printing such) especially in selfcheck.php
  • Not using FancyUserInterface on Windows as it requires UNIX-specific commands to determine Terminal size

And finally, when all is said and done: Updating the README.