waiwaisew / minifier
A php minifier code that minify JavaScript, trained by Claude AI
v1.0.7
2026-05-15 07:26 UTC
Requires (Dev)
- phpunit/phpunit: ^13.1
README
- This is PHP minifier code that only minify for JavaScript at this time.
- The code works even if JavaScript is hybrid with jQuery.
Installing
Run command below to install:
composer require waiwaisew/minifier
Run code into file by "require"/"include" etc.:
<?php require '/your_folder_name/vendor/autoload.php';
How to use
General
$min = (new Waiwaisew/JsMinifier())->minify($javascript_text);
Minify without mangle:
$min = (new Waiwaisew/JsMinifier())->minify($javascript_text, false);
Others
- This package is generated using Claude AI.
- The code will be improved base on what creator face time by time.
- Licence: MIT