cssmin

Fast & Simple CSS Minify C extension for PHP

Stars
7
Committers
2

cssmin

A simple fast css minification extension

the master branch is for php7.

See the php5 branch for the php5 extension.

INSTALL

phpize && ./configure && make install

USAGE

There is only one function to minify the css:

<?php
var_dump(cssmin(".rule {  }"));

LICENSE

MIT License