AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Bambalam PHP.exe Compiler/Embedder [CMD]

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
BoBoĻ
Guest





PostPosted: Sat Mar 22, 2008 6:25 pm    Post subject: Bambalam PHP.exe Compiler/Embedder [CMD] Reply with quote

Quote:
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, no need for php dlls etc. The php code is encoded using the Turck MMCache Encode library so it's a perfect solution if you want to distribute your application while protecting your source code. 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).

It's NOT really a compiler in the sense that it doesn't produce native machine code from PHP sources, but it works!

The tool is free and open source. However, if you use it commercially (ie to make money in some way) you should make a donation to keep the project alive!

Code:
Usage:
   bamcompile [-options] infile.php [outfile.exe]
   bamcompile [-options] project_directory mainfile.php [outfile.exe]
   bamcompile projectfile.bcp

Options:
    -w Hide console window for windowed applications
    -c Compress output exe (using UPX)
    -d Do not encode PHP files
    -e:extension.dll Embed and use PHP extension
    -i:icon.ico Add icon to exe

[More..]
Cool
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group