Making a distribultable standalone program in PHP

前端 未结 5 902
悲哀的现实
悲哀的现实 2020-12-30 16:38

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

5条回答
  •  感动是毒
    2020-12-30 17:32

    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.

提交回复
热议问题