nonozgytb/indent

HTML indentation library for development and testing.

dev-master 2020-10-06 16:49 UTC

This package is auto-updated.

Last update: 2025-01-07 04:15:59 UTC


README

Indent (aka., "HTML beautifier") will indent HTML for development and testing. Dedicated for those who suffer from reading a template engine produced markup.

Installation

The recommended way to use Indent is through Composer.

{
    "require": {
        "nonozgytb/dindent": "2.0.*"
    }
}