hossamyousef/slim3-minify

Minify html output in slim framework

Installs: 39 262

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 1

Forks: 0

pkg:composer/hossamyousef/slim3-minify

0.0.1 2016-06-20 07:39 UTC

This package is not auto-updated.

Last update: 2025-10-09 07:32:31 UTC


README

Slim middleware to minify HTML output generated by the slim PHP framework. It removes whitespaces, empty lines, tabs beetween html-tags and comments to reduce traffic.

Installation

Use Composer

$ composer require hossamyousef/slim3-minify

Requires Slim 3.0.0 or newer.

Usage

$app = new Slim\App();
$app->add(new \Slim\Middleware\Minify());