定制 chewett/php-uglifyjs2 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

chewett/php-uglifyjs2

Composer 安装命令:

composer require chewett/php-uglifyjs2

包简介

A basic wrapper around uglifyjs for PHP

README 文档

README

This library is a wrapper around the nodejs uglifyjs script for PHP.

Usage

$ug = new JSUglify();
$output = $ug->uglify(["somefile.js", "secondfile.js"], "output.js");

Given an array of input files and an output file location it will minimise the javascript. Options can be passed in as a third parameter

$ug = new JSUglify();
$output = $ug->uglify(["somefile.js", "secondfile.js"], "output.js", ['compress' => '']);

Here the compress option is given and passed into the uglifyjs command line string as a flag --compress

Installation

This can be included in your composer project by running

composer require chewett/php-uglifyjs

Then running composer update will update your composer lock file to include and download this new dependency.

Tests

Tests can be run with the phpunit test runner using the provided phpunit.xml file.

License

This is licensed under the MIT license. For more information see the LICENSE file.

统计信息

  • 总下载量: 3.79k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-03-07

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固