PHP too .exe file

Results 1 to 6 of 6
  1. #1
    Apprentice Josh McDonnell is offline
    MemberRank
    Nov 2014 Join Date
    7Posts

    PHP too .exe file

    Can someone help me by changing a php script too a .exe file for me? Inbox me :)


  2. #2
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: PHP too .exe file

    The bloody hell are you onabout?

  3. #3
    Account Upgraded | Title Enabled! Lib is offline
    MemberRank
    Oct 2013 Join Date
    281Posts

    Re: PHP too .exe file

    Quote Originally Posted by Joe9099 View Post
    The bloody hell are you onabout?
    I didn't know that this exists..

  4. #4
    Account Upgraded | Title Enabled! medotarek is offline
    MemberRank
    Apr 2012 Join Date
    Egypt/RageZoneLocation
    615Posts

    Re: PHP too .exe file

    not exist ? :O

  5. #5
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: PHP too .exe file

    You can't convert a php file to .exe


  6. #6
    Account Upgraded | Title Enabled! Adult is offline
    MemberRank
    Mar 2013 Join Date
    mental is satanLocation
    481Posts

    Re: PHP too .exe file

    66 down vote accepted


    Phalanger

    http://www.php-compiler.net/

    http://wiki.php-compiler.net/Phalanger_Wiki

    http://phalanger.codeplex.com/

    Phalanger is a project which was started at Charles University in Prague and was supported by Microsoft. It compiles source code written in the PHP scripting language into CIL (Common Intermediate Language) byte-code. It handles the beginning of a compiling process which is completed by the JIT compiler component of the .NET Framework. It does not address native code generation nor optimization. Its purpose is to compile PHP scripts into .NET assemblies, logical units containing CIL code and meta-data.

    Bambalam

    http://www.bambalam.se/bamcompile/

    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!

    ZZEE PHPExe

    http://www.zzee.com/phpexe/

    ZZEE PHPExe compiles PHP, HTML, Javascript, Flash and other web files into Windows GUI exes. You can rapidly develop Windows GUI applications by employing the familiar PHP web paradigm. You can use the same code for online and Windows applications with little or no modification. It is a Commercial product.

    phc-win

    http://wiki.swiftlytilting.com/Phc-win

    The PHP extension bcompiler is used to compile PHP script code into PHP bytecode. This bytecode can be included just like any php file as long as the bcompiler extension is loaded. Once all the bytecode files have been created, a modified Embeder is used to pack all of the project files into the program exe.

    Requires

    php5ts.dll
    php_win32std.dll
    php_bcompiler.dll
    php-embed.ini

    ExeOutput

    http://www.exeoutput.com/

    Commercial

    WinBinder

    http://winbinder.org/

    PHPDesktop

    http://code.google.com/p/phpdesktop/

    PHP Desktop is an open source project founded by Czarek Tomczak in 2012 to provide a way for developing native desktop applications using web technologies such as PHP, HTML5, JavaScript & SQLite. This project is more than just a PHP to EXE compiler, it embeds a web-browser (Internet Explorer or Chrome embedded), a Mongoose web-server and a PHP interpreter. The development workflow you are used to remains the same, the step of turning an existing website into a desktop application is basically a matter of copying it to "www/" directory. Using SQLite database is optional, you could embed mysql/postgresql database in application's installer.

    EDIT

    Another option is to use

    http://www.appcelerator.com/products...n-development/

    an online compiler that can build executables for a number of different platforms, from a number of different languages including PHP

    Whoever actually does this isnt very smart, just do the code in C++/Java and don't be a twat


    ps: credit's to the guy on stackoverflow.



Advertisement