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

janpapenbrock/php-html-minify

Repository files navigation

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);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published