Minify / Obfuscate PHP Code

kez10

New Member
I use haXe to generate php code. (This means you write you code in the haXe language and get a bunch of php files after compiling.) Today a customer told me that he needs a new feature on a old project made with haXe. He also told me that he altered some small things on the code for his own needs. Now I first have port his changes to my haxe code and then add the new feature, because otherwise his changes will be overwritten by the next time I compile the project.To prevent that this happens again I am looking for some kind of program that minifies / obfuscates the PHP code. The goal is to make the code unreadable / uneditable as possible.
The ideal tool would run under Linux and could process whole folders and all it containing files.Anybody any suggestions?
 
Back
Top