kenshodigital/kirby-minify

Minifies HTML and XML output for Kirby projects.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:kirby-plugin

pkg:composer/kenshodigital/kirby-minify

1.0.0 2025-12-05 11:31 UTC

This package is auto-updated.

Last update: 2025-12-05 11:34:17 UTC


README

Minifies HTML and XML output for Kirby projects.

General

The plugin extends Kirby’s core template component and directly applies post-processing to template-based HTML and XML output. It removes comments and trims trailing whitespace from text nodes, using PHP’s native DOM parsers.

Further reading

Usage

Installation

composer require kenshodigital/kirby-minify ^1.0

Setup

The plugin works out-of-the-box, no further configuration required.