jmillerdesign/minify_html

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.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 17

Open Issues: 0

Type:cakephp-plugin

pkg:composer/jmillerdesign/minify_html

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

This package is not auto-updated.

Last update: 2025-12-21 01:46:04 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.