inwebdeveloper

Free Web Resources – inWebdeveloper

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.

Website: http://www.scriptol.com/apollo.php
Download : http://www.scriptol.com/apollo.zip

3. Wapache
Wapache is a software that lets you to create desktop applications using web development technology. It combines a modified version of the Apache 2 HTTP server with an embedded Internet Explorer web browser.

Website: http://wapache.sourceforge.net/
Download : http://downloads.sourceforge.net/wapache/wapache-2.0.0-php-5.0.3.zip?modtime=1151441113&big_mirror=0

4. PHC-WIN
PHC-WIN is a windows application that allows one to create EXEs from PHP code. The PHP code is first converted to PHP bytecode using bcompiler, and then embedded into an EXE using embeder. Compiling the code into bytecode has two benefits: it speeds up load times since the PHP code doesn’t have to be interpreted, and it obfuscates the code so that it cannot be easily reverse engineered.

Website: http://www.swiftlytilting.com/2006/03/06/phc-win-a-php-compiler-for-windows/
Download : http://www.swiftlytilting.com/downloads/phc-win.0.3.1.zip

5. WinBinder
WinBinder is a new open source extension for PHP, the script programming language. It allows PHP programmers to easily build native Windows applications.

Website: http://winbinder.org/
Download : http://prdownloads.sourceforge.net/winbinder/WinBinder-0.46.0.exe?download

Other resources :

PriadoBlender
http://www.kksou.com/php-gtk2/References/Compiling-standalone-PHP-GTK2-applications-on-windows-using-PriadoBlender.php


One Response so far.

  1. [...] Develop PHP Script to EXE « Free & Open Source Web Resources [...]