iserter/PHP Obfuscator
Obfuscate your PHP source code as part of your CI/CD pipeline.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 4, 2026
- License
- MIT
Pinned Snippet
uses: iserter/php-obfuscator@4a299cc2bed3dd8222186426d49dd8ab2e7e0171 # v0.1.7tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Path to the PHP file or directory to obfuscate. | yes | src |
| output | Path where the obfuscated files will be saved. | yes | obfuscated |
| config | Path to a custom config YAML file. | no | — |
| clean | Clean the output directory before processing. | no | false |
| force | Force re-obfuscation of all files (ignores timestamps). | no | false |
| additional-args | Any other CLI arguments to pass to the obfuscator. | no | — |
Outputs
no outputs