PHP usage outside the web?
        Posted  
        
            by 
                Anto
            
        on Programmers
        
        See other posts from Programmers
        
            or by Anto
        
        
        
        Published on 2011-02-03T19:13:40Z
        Indexed on 
            2011/02/03
            23:34 UTC
        
        
        Read the original article
        Hit count: 500
        
As you probably are aware, PHP is not only usable for web programming, but also desktop programming. It even has things such as GTK bindings.
Do you have any examples of places where PHP is actually used outside web programming for anything more than just very trivial programs? Do you know of any desktop program which uses PHP to some extent (e.g. as Python could be used in a C program)?
Note: I don't program in PHP myself, I'm just curious
© Programmers or respective owner