News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How to Roll Your Own JavaScript Compressor with PHP and the Closure Compiler
August 31, 2010 @ 12:51:08

On the SitePoint PHP blog today there's a quick new post showing you how to create a Javascript compressor tool with PHP that uses the Closure Compiler from Google.

In my previous post, I discussed the Closure Compiler's REST API. In this article, we'll develop a small PHP program that shows how the API can be used to compress JavaScript code whenever you need it.

He shows how to compress three "script" tags down into one that defines multiple files for the engine to grab and compress. This is passed into a PHP file that grabs the file and passes the data off to the Closure Compiler for handling (via curl). The result is then passed back and served up with a content type of "text/javascript" back to the browser.

1 comment voice your opinion now!
closure compiler google javascript compress tutorial curl


blog comments powered by Disqus

Similar Posts

DevShed: Filtering Image Streams with the GD Library in PHP

Brandon Savage's Blog: Making Zend_Navigation Useful

Scott Mattocks' Blog: PHP-GTK News #22

Lorna Mitchell's Blog: PHP REST Server (Part 2 of 3)

Hasin Hayder's Blog: expanding short url to original url using PHP and CURL


Community Events











Don't see your event here?
Let us know!


podcast framework object unittest release tool opinion composer zendframework2 community introduction conference code example functional testing series interview development language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework