pH-7 / Obfuscator-Class

:man_technologist: Simple and effective Obfuscator PHP class (this is not a stupid base64 encoding script, but a real and effective obfuscation script)
http://github.com/pH-7/Obfuscator-Class
MIT License
362 stars 143 forks source link

How to obfuscate a complete folder? #12

Closed shukla-rohit closed 4 years ago

shukla-rohit commented 5 years ago

Thank you for nice work, its working fine for me.

Can you please help me to understand, how I can covert big repo or folder once rather converting one file at a time?

pH-7 commented 4 years ago

You can, for instance, do it with a (foreach) loop, and probably the glob() PHP function. https://www.php.net/manual/en/function.glob.php