=== WordPress Obfuscator (PHP Obfuscator) === Contributors: cyberlord92 Tags: obfuscator, obfuscation, obfuscate, php guard, protect php code Requires at least: 3.0.1 Tested up to: 5.8.2 Requires PHP: 7.0.0 Stable tag: 2.0.0 License: MIT/Expat License URI: https://docs.miniorange.com/mit-license WordPress Obfuscator allows you to protect or Obfuscate your WordPress plugins or any PHP code. == Description == Are you a WordPress or PHP developer? Do you want to protect or obfuscate your code? Look no further, WordPress Obfuscator allows you to protect your WordPress plugin code or any PHP code! It will protect your intellectual property from forgery and theft by obfuscating the php code. What is PHP Obfuscation? When you have a php project you want to distribute, as php is a script interpretor, you distribute also all the sources of your software! You may want, for any reason, that other people do not understand, modify, or adapt your software. As your software must be understandable by the **php runtime**, but needs to be very difficult to understand by human people, php obfuscation is a very good way to achieve this goal. == Installation == = From your WordPress dashboard = 1. Visit `Plugins > Add New` 2. Search for `WordPress Obfuscator`. Find and Install `WordPress Obfuscator` 3. Activate the plugin from your Plugins page = From WordPress.org = 1. Download WordPress Obfuscator. 2. Unzip and upload the plugin directory to your `/wp-content/plugins/` directory. 3. Activate WordPress Obfuscator from your Plugins page. == Changelog == = 2.0.0 = * Minior bug fixes = 1.2.1 = * Minior bug fixes = 1.2.0 = * Endpoints migration = 1.1.7 = * First version of plugin. == Upgrade Notice == = 2.0.0 = * Minior bug fixes = 1.2.0 = * Endpoints migration = 1.1.7 = * First version of plugin.