2017 © Pedro Peláez
 

library js-minifier

Compresses JavaScript code.

image

websharks/js-minifier

Compresses JavaScript code.

  • Monday, June 20, 2016
  • by jaswrks
  • Repository
  • 2 Watchers
  • 1 Stars
  • 11,471 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

JavaScript Minification

JavaScript minifier (i.e., compressor)., (*1)

, (*2)


Installation Instructions (Two Options)

  1. As a Composer Dependency, (*3)

    {
      "require": {
          "websharks/js-minifier": "dev-master"
      }
    }
    
  2. Or, Download the PHAR Binary See: https://github.com/websharks/js-minifier/releases, (*4)


Usage Example

$js = 'var helloWorld = function() { console.log("Hello World"); };';
$compressed_js = WebSharks\JsMinifier\Core::compress($js);

The Versions

20/06 2016

dev-dev

dev-dev https://github.com/websharks/js-minifier

Compresses JavaScript code.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3
  • ext-mbstring *

 

javascript js compressor websharks

11/05 2015

dev-master

9999999-dev https://github.com/websharks/js-minifier

Compresses JavaScript code.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3
  • ext-mbstring *

 

javascript js compressor websharks

11/05 2015

150511

150511 https://github.com/websharks/js-minifier

Compresses JavaScript code.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3
  • ext-mbstring *

 

javascript js compressor websharks

26/04 2015

150425

150425 https://github.com/websharks/js-minifier

Compresses JavaScript code.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3
  • ext-mbstring *

 

javascript js compressor websharks