hossamyousef/slim3-minify

Minify html output in slim framework

Maintainers

Package info

github.com/HossamYousef/slim3-minify

Homepage

Issues

Documentation

pkg:composer/hossamyousef/slim3-minify

Transparency log

Statistics

Installs: 56 909

Dependents: 0

Suggesters: 0

Stars: 8

0.0.1 2016-06-20 07:39 UTC

This package is not auto-updated.

Last update: 2026-07-02 10:57:21 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());