kenshodigital/kirby-html

This package is abandoned and no longer maintained. The author suggests using the kenshodigital/kirby-minify package instead.

Minifies HTML output for Kirby projects.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

Type:kirby-plugin

pkg:composer/kenshodigital/kirby-html

1.0.0 2025-04-01 22:17 UTC

This package is auto-updated.

Last update: 2025-11-06 14:59:38 UTC


README

Minifies HTML output for Kirby projects.

General

Minifies HTML output by removing comments and trailing whitespace around text nodes, using PHP 8.4’s native HTML5 parser.

Usage

Installation

composer require kenshodigital/kirby-html ^1.0

Configuration

Works out of the box without any configuration.