有没有办法将 Web 应用程序作为独立的桌面应用程序运行?可以将使用 PHP、MySQL 和 Apache 编写的 Web 应用程序转换为满足以下要求的独立应用程序:
1. Application should be called as http://myapp.localhost.
2. Application should have desktop icon which directly opens browser with application's URL.
3. Source code of web application should be hidden from users.
4. Installation for end user must be as easy as possible.
现在我使用 xampp 执行步骤 1-2 并手动创建快捷方式。我对自动执行上述步骤的一些包装器、安装程序感兴趣。但我不知道第三步。