Is it possible to convert a PHP PHAR file to an executable application?
            Asked
            
        
        
            Active
            
        
            Viewed 433 times
        
    1 Answers
0
            
            
        There is multiple ways to do this :
- .batfile that executes your PHAR file
OR
- Write a program with a compiled language (C, C++ etc.) that executes your PHAR (via system commands) file and compile it
 
    
    
        LP154
        
- 1,467
- 9
- 16
 
    