I'm pretty sure this is referring to link
I think it's not completely standalone, requires either Chrome or Internet Explorer shipped:
- Download Chrome: link
- Download MSIE: link
How to create your first application
Download PHP Desktop (Chrome or Internet Explorer)
Create a folder named meuaplicativo
Extract the contents of PHP Desktop into this folder, it should look like this:
Openphpdesktop-chrome.exe
orphpdesktop-msie.exe
(dependsontheversionyouinstalled),itwillopenascreenlikethis:
Todisabletheconsolescreen,youneedtofindsettings.json
andchangeshow_console
tofalse
:
"debugging": {
"show_console": false,
"subprocess_show_console": false,
"log_level": "DEBUG4",
"log_file": "debug.log"
}
To change the application, change the files inside the www
folder.
How it works:
It incorporates all the services your application may need before running. The main elements are the web server ( Mongoose ), PHP and the Sqlite database. It incorporates a browser (actually Chrome or Internet Explorer):
Note:Ialsofoundthis link , I do not know if they are the same, but the first link is most up to date.