Download the PHP package werkint/jsmin without Composer
On this page you can find all versions of the php package werkint/jsmin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download werkint/jsmin
More information about werkint/jsmin
Files in werkint/jsmin
Download werkint/jsmin
More information about werkint/jsmin
Files in werkint/jsmin
Please rate this library. Is it a good library?
Informations about the package jsmin
JSMin.php - modified PHP implementation of Douglas Crockford's JSMin.
$minifiedJs = \JSMin\Minify::minify($js);
This is a modified port of jsmin.c. Improvements:
Does not choke on some regexp literals containing quote characters. E.g. /'/
Spaces are preserved after some add/sub operators, so they are not mistakenly converted to post-inc/dec. E.g. a + ++b -> a+ ++b
Preserves multi-line comments that begin with /*!
All versions of jsmin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package werkint/jsmin contains the following files
Loading the files please wait ....