This class does not require a CMS like WordPress, but there is a WordPress version available.
To minimize maintenance, check out the info at the WordPress plugin page: http://wordpress.org/extend/plugins/wp-html-compression/
<?php require_once 'html-minify.php'; ?>
<html>
…
</html>
<?php
require_once 'html-minify.php';
echo file_get_contents('markup.html');
?>
This plugin is dual licensed under the MIT and GPL licenses.