jmillerdesign/minifyhtml

This package is abandoned and no longer maintained. The author suggests using the jmillerdesign/minify_html package instead.
There is no license information available for the latest version (dev-master) of this package.

This is a plugin for CakePHP to minify the HTML output.

dev-master 2015-05-17 02:17 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:43:10 UTC


README

This is a plugin for CakePHP to minify the HTML output.

Requirements:

  • PHP Version: 5.2+
  • CakePHP Version: 2.x

Installation:

Copy the project in the folder Plugin/MinifyHtml of your CakePHP application and add public $helpers = array("MinifyHtml.MinifyHtml") to your AppController.