- This is PHP minifier code that only minify for JavaScript at this time.
- The code works even if JavaScript is hybrid with jQuery.
Run command below to install:
composer require waiwaisew/minifierRun code into file by "require"/"include" etc.:
<?php
require '/your_folder_name/vendor/autoload.php';General
$min = (new Waiwaisew/JsMinifier())->minify($javascript_text);Minify without mangle:
$min = (new Waiwaisew/JsMinifier())->minify($javascript_text, false);- This package is generated using Claude AI.
- The code will be improved base on what creator face time by time.
- Licence: MIT