r4j4h / PHP-YUI-Compressor

PHP Class to interface with the YUI Compressor

Home Page:http://refresh-sf.com/yui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use

// INCLUDE COMPRESSOR CLASS
include('yuicompressor.php');

// INVOKE CLASS
$yui = new YUICompressor(JAR_PATH, TEMP_FILES_DIR, $options);

// ADD FILES
$yui->addFile($absolute_path_to_file);

// ADD STRING
$yui->addString($string);

// COMPRESS
$code = $yui->compress();

About

PHP Class to interface with the YUI Compressor

http://refresh-sf.com/yui/