Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

gpbmike/PHP-YUI-Compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

I do not actively maintain this repository. There are a couple of forks that might work for you.

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages