CSS and JS minimization extension for PHP Extention to provide minification of CSS and JS code for PHP. Installation cargo install cargo-php cargo php install --release Rebulding stub for PHP intelephense cargo php stubs Usage <?php $minifier = new Minifier(); $minified_js = $minifier->jsMinify($js_code); Testing php -f test.php