2017 © Pedro Peláez
 

library css-minifier

Compresses CSS.

image

websharks/css-minifier

Compresses CSS.

  • Monday, June 20, 2016
  • by jaswrks
  • Repository
  • 2 Watchers
  • 6 Stars
  • 165,073 Installations
  • PHP
  • 3 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 14 % Grown

The README.md

CSS Minification

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

, (*2)


Installation Instructions (Two Options)

  1. As a Composer Dependency, (*3)

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


Usage Example

$css = '.hello { font-family: World; }';
$compressed_css = WebSharks\CssMinifier\Core::compress($css);

The Versions

20/06 2016

dev-dev

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

Compresses CSS.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3
  • ext-mbstring *

 

css compressor websharks

21/08 2015

dev-master

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

Compresses CSS.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3
  • ext-mbstring *

 

css compressor websharks

21/08 2015

150820

150820 https://github.com/websharks/css-minifier

Compresses CSS.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3
  • ext-mbstring *

 

css compressor websharks

11/05 2015

150511

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

Compresses CSS.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3
  • ext-mbstring *

 

css compressor websharks

11/05 2015

150510

150510 https://github.com/websharks/css-minifier

Compresses CSS.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.3
  • ext-mbstring *

 

css compressor websharks