PHP Obfuscator
Version updated for https://github.com/iSerter/php-obfuscator to version v0.1.3.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The iserter/php-obfuscator GitHub Action is designed to automatically obfuscate PHP code within a CI/CD pipeline, providing robust copyright protection for projects using PHP 7.4 through PHP 8.5. It automates tasks like scrambling identifiers, encoding strings, injecting deobfuscation-resistant code, and flattening control flow, making it harder for unauthorized users to reverse-engineer the code. Key capabilities include incremental processing, multi-pass analysis for consistent obfuscation, and a modern, test-covered architecture for reliable and secure code protection.
What’s Changed
0.1.3 (2026-03-31)
Miscellaneous Chores
- remove Docker build/push steps from release workflow (2ed253c)