nazares / nobfus
Bash script to obfuscate php files
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Shell
README
The script is recursively strip comments and whitespaces down of php files in the given project folder.
Installation
composer global require nazares/nobfus
Usage
before you start add .ignore
file in your $PWD
directory
put the project/forders you want to skip into .ignore
file and run the following:
nobfus path/to/your/php/project