Javascript, php and html compiler

I have a web application that is mostly programmed in javascript, but there is also PHP that manages the MYSQL base. Of course, everything is dressed in HTML.

I would like to compile this into an exe file so that it works offline. Is there a way to do this?

+3


source to share


2 answers


Try ZZEE PHPExe. From: http://www.zzee.com/phpexe/html-exe.php , "ZZEE PHPExe compiles HTML, PHP, Javascript, Flash and other web files to standard Windows graphics files."



Alternatively, you can try ExeOutput for PHP. From: http://www.exeoutput.com/ , "Applications built with ExeOutput for PHP run PHP scripts, PHP applications and PHP websites natively and do not require the use of web pages. Server, web browser or PHP distribution. They are standalone and work on any computer with the latest versions of Windows. "

0


source


  • Try HipHop .
  • I don't use Windows anymore, but take a look at Cameyo or search the web for simmelar's solution. Install a small web server there, PHP and Mysql and add your script.

    The negative result of your solution is that it will take up a lot of space (probobly ~ 100MB).


-1


source







All Articles