A simple PHP code minifier, written in PHP and executed as a windows (.exe) command line system. Minifier Engine is forked from this repository PHP Minify.
Download the (.exe) app from the release page. minifier.exe.
minifier.exe [arguments]
minifier.exe --source=./ --target=./dist/
options | example |
---|---|
--source |
--source=./ --source=./app/ |
--target |
--target=./dist/ |
--banner |
--banner="comments prepended to the minified code" |
--extensions |
--extension="php,phtm,inc" |
--excludes |
--excludes="md,js,css" |