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.
Package info
github.com/jensscherbl/kirby-html
Type:kirby-plugin
pkg:composer/kenshodigital/kirby-html
1.0.0
2025-04-01 22:17 UTC
Requires
- php: ^8.4
- ext-dom: *
- getkirby/cms: ^5.0
- getkirby/composer-installer: ^1.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.