Skip to content
DrDelay edited this page Aug 18, 2016 · 1 revision

Windows

Inspired by #112.

Environment

  • You need a 64bit processor architecture aswell as a 64bit Windows-installation
  • You need a 64bit version of PHP. You'll need >= PHP7 since the PHP5 64bit builds are experimental and not working on windows (see "Setup PHP")

Setup PHP

Unfortunately, I could not get it to work with XAMPP.

CLI

  • Download a 64bit PHP7 build from windows.php.net, unpack it and add it to your path
  • Enable the extensions php_mbstring.dll and php_openssl.dll (set extension_dir = "ext" first)

Linux

TODO

Composer

Project

  • Follow the instructions in the README
Clone this wiki locally