Compile PHP/HTML5 websites to EXE GUI apps
PHP Desktop is an open source project founded by Czarek Tomczak in 2012 to provide a way for developing native desktop GUI applications using web technologies such as PHP, HTML5, JavaScript and SQLite. The development workflow you are used to while creating web applications remains the same. The step of turning an existing website into a desktop application is basically a matter of copying it to the "www/" directory. You may also need to disable pretty urls, so that it works without apache's mod_rewrite.
There are no reported vulnerabilities