websharks/js-minifier
最新稳定版本:150511
Composer 安装命令:
composer require websharks/js-minifier
包简介
Compresses JavaScript code.
README 文档
README
JavaScript minifier (i.e., compressor).
Installation Instructions (Two Options)
- As a Composer Dependency
{
"require": {
"websharks/js-minifier": "dev-master"
}
}
- Or, Download the PHAR Binary See: https://github.com/websharks/js-minifier/releases
Usage Example
$js = 'var helloWorld = function() { console.log("Hello World"); };'; $compressed_js = WebSharks\JsMinifier\Core::compress($js);
统计信息
- 总下载量: 24.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-04-22