Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 353 Bytes

php-html-minify

Want whitespace-free HTML for lowest page size? Save your mobile visitors some bytes from their monthly bill.

Install

This is available via composer:

"require": {
    "janpapenbrock/php-html-minify": "~1.0"
}

Usage

$minify = new janpapenbrock\HtmlMinify\HtmlMinify();
$minHtml = $minify->minify($html);