Free & Open Source Web Resources
Posts tagged PHP to Exe
Develop PHP Script to EXE
Jun 27th
Develop PHP Script to EXE
1. Bambalam
Bambalam PHP EXE Compiler / Embedder is a free command line tool to convert PHP applications to standalone Windows .exe applications. The exe files produced are totally standalone with no need for php dlls etc. The php code is encoded using the Turck MMCache Encode library. It’s a perfect solution if you want to distribute your application to Windows users while protecting your source code at the same time. The converter is also suitable for producing .exe files for windowed PHP applications (created using, for example, the WinBinder library). It’s also good for making stand-alone PHP Socket servers/clients (using the php_sockets.dll extension).
Website: http://www.bambalam.se/bamcompile/
Download: http://www.bambalam.se/bamcompile/download/bamcompile1.21.zip (win 32)
Src : http://blog.taragana.com/index.php/archive/how-to-php-script-to-windows-exe-file-generation/
2. PHP Apollo
PHP Apollo is a free command-line tool that converts a PHP script into an executable, as a compiler can do (but this is not a PHP compiler). The executable may works on any computer without the need to install PHP. A part of the interpreter is already included into the executable to run your PHP code.