nonozgytb / indent
HTML indentation library for development and testing.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nonozgytb/indent
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2025-10-07 05:47:29 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.*"
}
}