raulfraile/jivaro
Composer 安装命令:
composer require raulfraile/jivaro
包简介
PHP library to minify CSS, JS and HTML
README 文档
README
Jivaro is a simple library to minify, combine and embed CSS and JavaScript files. It is written in PHP and does not have external dependencies.
<?php $jivaro = new Jivaro\Compressor\Css(); echo $jivaro ->addFile(__DIR__ . '/files/test1.css') ->minify() ->getContents();
Credits
- Raul Fraile (@raulfraile)
- All contributors
License
Jivaro is released under the MIT License. See the bundled LICENSE file for details.
统计信息
- 总下载量: 2.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-09-13