Recommend this page to a friend! |
Classes of Marco Cesarato | PHP Minify HTML, CSS, JS | README.md | Download |
|
DownloadPHP MinifierVersion: 0.1.5 beta Github: https://github.com/marcocesarato/PHP-Minifier Author: Marco Cesarato DescriptionThis class can minify HTML, JavaScript and CSS to take less space. It can take a string with either HTML, JavaScript or CSS, and parses it to eliminate unnecessary text. The class returns as result a a string that is smaller than the original. Requirements
InstallComposer
Usage
MethodsMinifier| Method | Parameters | Description | | ----------- | ----------------------------------- | -------------------------------------------------- | | minifyJS | $javascript<br>return string | Minify Javascript | | minifyCSS | $css<br>return string | Minify CSS | | minifyHTML | $html<br>return string | Minify HTML | |