My favorites | Sign in
Project Logo
                
Show all Featured downloads:
jsmin-1.1.1.php
Links:
Blogs:
Feeds:
People details
Project owners:
  rgrove

This is a fast, low-overhead port of Douglas Crockford's JSMin JavaScript minifier to PHP. It requires PHP 5 or higher.

Usage

require 'jsmin-1.1.1.php';

// Output a minified version of example.js.
echo JSMin::minify(file_get_contents('example.js'));








Hosted by Google Code