I\'ve decided to code some applications in PHP that are supposed to run offline in the user\'s machine. However, I can\'t seem to find an user-friendly install wizard to cre
A new feature of PHP 5.4 & 6 can help you, the builtin web-server. http://php.net/manual/en/features.commandline.webserver.php
With this feature you can host locally your php app without external webserver, and access on localhost.