Obfuscator Class Versions Save

:man_technologist: Simple and effective Obfuscator PHP class (this is not a stupid base64 encoding script, but a real and effective obfuscation script)

v2.0.1

4 years ago
  • Fixed a bug which was causing a PHP fatal error when several obfuscated files were included at once.

v2.0.0

4 years ago
  • Replaced create_function() to a new anonymous function handler.
  • The library is now distributed under MIT permissive license! (the most permissive license).
  • Updated examples.
  • Fixed typos on README file.
  • Improve the codebase, simplified some things in there.
  • The library now requires PHP 5.3 or higher (because it uses anonymous functions). If you use an older version, please continue to use the v1 of the library.
  • The library is now fully compatible with the latest PHP versions.

v1.0.0

5 years ago