nonozgytb / indent
HTML indentation library for development and testing.
dev-master
2020-10-06 16:49 UTC
Requires
- php: >=5.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-07 07:46:12 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.*"
}
}