epsoftware/minyfy
Composer 安装命令:
composer require epsoftware/minyfy
包简介
Php Code to minyfy html, css and js
README 文档
README
- PHP CODE to minyfy files.
- Based https://codegists.com/snippet/php/php-html-css-js-minifierphp_tovic_php
Install Instructions
composer install epsoftware/minyfy or put in composer.json epsoftware/minyfy:^1.0
How to use
namespace Acme;
use Epsoftware\Minyfy\Minyfy;
SomeClass {
public function dosomething() {
$str_minyfy = Minyfy::html($string);
}
}
统计信息
- 总下载量: 258
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-16