Hi, I am looking for an obfucator for my PHP code, the code which I am trying to obfucate uses the codeigniter framework. The obfuscators that I have tried, don't seem to be able to do it. Any suggestions greatly appreciated!
Did you try ionCube PHP Encoder? It should obfuscate any kind of PHP file, so no reason for not working with codeigniter (as codeigniter is pure PHP)
All the obfuticators out there are all independant of the framework you are using. They sit between php and the webserver they dont to know anything about your code.
The SD PHP Thicket Obfuscator robustly obfuscates PHP systems.
Many people attempt to use obfuscators thinking they take zero effort to set up. You do have to configure them properly for your system. In particular, you need to make sure that any symbols that need to be seen outside the obfuscated code, are not obfuscated. If you don't do that, no obfuscator will work for you. This isn't actually all that hard if you use the help that the Thicket obfuscator offers in finding such problems. Other obfuscators may offer similar help. YMMV.