This tip is for developers out there who know PHP. If you have ever wanted to convert your PHP scripts into a standalone Windows executable program there are several options out there for you.
First, there are the “standard” PHP to EXE compilers you can get such as Bambalam or PriadoBlender. However, a more intriguing option is WinBinder. WinBinder, in a nutshell, bridges the gap between the PHP interpreter and the Windows API allowing you to create and distribute PHP applications as Windows programs. WinBinder also features a graphical form editor you can use to create GUI’s for your applications. There are also many more features you can read about on WinBinder’s site.
WinBinder is completely free (and open source) and something PHP developers should definitely take a look at.


Jason Faulkner is the man who brings you our daily tips. He is based in Atlanta, Georgia.



PHP Scripts said:
3/18/2008 10:05 pm
Very useful programs- particularly so that users don’t have to setup a webserver on their local machine to run a script.
Anyone know of similar compilers for Mac OSX?
[Reply]