Download the PHP package bissolli/php-css-js-minifier without Composer
On this page you can find all versions of the php package bissolli/php-css-js-minifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bissolli/php-css-js-minifier
More information about bissolli/php-css-js-minifier
Files in bissolli/php-css-js-minifier
Download bissolli/php-css-js-minifier
More information about bissolli/php-css-js-minifier
Files in bissolli/php-css-js-minifier
Vendor bissolli
Package php-css-js-minifier
Short Description A PHP Class to merge and minify CSS and JavaScript files.
License MIT
Homepage https://github.com/bissolli/php-css-js-minifier
Package php-css-js-minifier
Short Description A PHP Class to merge and minify CSS and JavaScript files.
License MIT
Homepage https://github.com/bissolli/php-css-js-minifier
Please rate this library. Is it a good library?
Informations about the package php-css-js-minifier
PHP Css/Js Minifier
Composer package to merge and minify a list of Js and Css files.
Installation
Using composer
If you don't have composer
You can download it here.
Code Example
Instantiate the class:
Add all the paths of css files that you wish to merge and minify:
Add all the paths of js files that you wish to merge and minify:
NOTE: You don't need to add Css AND Js files at the same time, it's possible to add only Css or Js files if needed.
Once all the files are added, let's merge and minify all of them:
License
Released under the MIT license
Thanks
All versions of php-css-js-minifier with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package bissolli/php-css-js-minifier contains the following files
Loading the files please wait ....