PHP Obfuscator
Version updated for https://github.com/iSerter/php-obfuscator to version v0.1.5.
- 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 a modern PHP code obfuscation tool designed to protect intellectual property by making source code difficult to reverse-engineer. It automates tasks such as scrambling identifiers, encoding strings, flattening control flow, and injecting deobfuscation-resistant constructs, while supporting PHP versions 7.4 through 8.5. Its key capabilities include incremental processing, multi-pass analysis for consistent obfuscation across projects, and compatibility with CI/CD pipelines via Docker or direct integration.
What’s Changed
0.1.5 (2026-04-15)
Miscellaneous Chores
- update Dockerfile and add entrypoint script (07d1912)