nonozgytb/indent

HTML indentation library for development and testing.

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

This package is auto-updated.

Last update: 2024-05-07 02:58:34 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.*"
    }
}