nonozgytb / indent
HTML indentation library for development and testing.
dev-master
2020-10-06 16:49 UTC
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2026-03-07 06:36:45 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.*"
}
}