php-minifier
/
2.1.2
php-minifier 2.1.2
Install from the command line:
Learn more about npm packages
$ npm install @cedx/php-minifier@2.1.2
Install via package.json:
"@cedx/php-minifier": "2.1.2"
About this version
Minify PHP source code by removing comments and whitespace.
This package allows you to apply the php_strip_whitespace()
function to compress the code,
either using the command line or through a Gulp plugin.
PHP Minifier is distributed under the MIT License.