This is a plugin for CakePHP to minify the HTML output.
- PHP Version: 5.2+
- CakePHP Version: 2.x
Copy the project in the folder Plugin/MinifyHtml of your CakePHP application and add public $helpers = array("MinifyHtml.MinifyHtml") to your AppController.