2017 © Pedro Peláez
 

library html-formatter

HTML Formatter pritifies HTML content by applying proper intendation (no tidy, purification, etc.).

image

mihaeu/html-formatter

HTML Formatter pritifies HTML content by applying proper intendation (no tidy, purification, etc.).

  • Friday, February 9, 2018
  • by mihaeu
  • Repository
  • 4 Watchers
  • 13 Stars
  • 7,812 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

DEPRECATED

I'm surprised that people are still using this. This is a terrible piece of software. I wrote it years ago on a 10" laptop from my tent while camping somewhere in Armenia, (*1)

PRs welcome, but until then I would recommend you don't use this., (*2)

HTML Formatter

HTML Formatter re-indents HTML. This is not clean or safe at the moment, but I couldn't find anything else on Packagist that does the job., (*3)

Everyone makes sure to stick to standards when it comes to his/her code (or at least I hope they do), but 99% of the HTML on the web looks completely messed up., (*4)

This is far from perfect, but if speed does not matter (this implementation is slooow, it was the quickest and dirties solution that came to my mind), because the HTML is cached or something, then this will do., (*5)

Installation

If you still don't use Composer, get started here: Composer - Getting Started, (*6)

# assuming you chose to install Composer globally
$ composer require mihaeu/html-formatter:*

Usage

<?php

require __DIR__.'/vendor/autoload.php';

echo Mihaeu\HtmlFormatter::format('

Hello World

Test, (*7)

');

Which should produce something along the lines of:, (*8)

<h1>
    Hello World
</h1>
<p>
    Test
</p>

The Versions

09/02 2018

dev-master

9999999-dev https://github.com/mihaeu/html-formatter

HTML Formatter pritifies HTML content by applying proper intendation (no tidy, purification, etc.).

  Sources   Download

MIT

The Development Requires

by Michael Haeuslmann

html formatter clean pretty

26/11 2013

1.0.0

1.0.0.0 https://github.com/mihaeu/html-formatter

HTML Formatter pritifies HTML content by applying proper intendation (no tidy, purification, etc.).

  Sources   Download

MIT

by Michael Haeuslmann

html formatter clean pretty