I have a php app that I want to "compile"... so users can deploy the website on their own servers, without being able to view the source or modify the app. Is there a way to do this?
Thanks.
Chris
-
-
There are PHP Compilers available, there's even a PHP->.NET compiler. but this will only run on Windows (possibly Mono), of course.
PHP Compilers tend to cost $$$, and since PHP (out-of-the-box) is interpreted, so you cannot compile it, only obfuscate it.
But most PHP product developers will argue the money is in supporting your product, not the product itself (that's why Community Server's source is available)
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.